summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/missing-test-files.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/missing-test-files.rs')
-rw-r--r--src/tools/clippy/tests/missing-test-files.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/missing-test-files.rs b/src/tools/clippy/tests/missing-test-files.rs
index 7d6edc2b1..caedd5d76 100644
--- a/src/tools/clippy/tests/missing-test-files.rs
+++ b/src/tools/clippy/tests/missing-test-files.rs
@@ -17,7 +17,7 @@ fn test_missing_tests() {
"Didn't see a test file for the following files:\n\n{}\n",
missing_files
.iter()
- .map(|s| format!("\t{}", s))
+ .map(|s| format!("\t{s}"))
.collect::<Vec<_>>()
.join("\n")
);