From 8c2f1f5a55a2a9bb9e04c12236faa341b3fd49b6 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 29 Jul 2024 22:28:04 +0530 Subject: chore: upgrade to rust 1.80 (#24778) --- cli/tools/test/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tools') 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( -- cgit v1.2.3