diff options
Diffstat (limited to 'cli/tools/test')
-rw-r--r-- | cli/tools/test/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/test/mod.rs b/cli/tools/test/mod.rs index 904b9ecb7..4fbd0423e 100644 --- a/cli/tools/test/mod.rs +++ b/cli/tools/test/mod.rs @@ -1653,7 +1653,7 @@ fn is_supported_test_ext(path: &Path) -> bool { /// input order. /// /// - Specifiers matching the `is_supported_test_ext` predicate are marked as -/// `TestMode::Documentation`. +/// `TestMode::Documentation`. /// - Specifiers matching the `is_supported_test_path` are marked as `TestMode::Executable`. /// - Specifiers matching both predicates are marked as `TestMode::Both` fn collect_specifiers_with_test_mode( |