summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/get_first.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/get_first.rs')
-rw-r--r--src/tools/clippy/tests/ui/get_first.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/get_first.rs b/src/tools/clippy/tests/ui/get_first.rs
index 85a381854..4d8722356 100644
--- a/src/tools/clippy/tests/ui/get_first.rs
+++ b/src/tools/clippy/tests/ui/get_first.rs
@@ -1,4 +1,4 @@
-// run-rustfix
+//@run-rustfix
#![warn(clippy::get_first)]
use std::collections::BTreeMap;
use std::collections::HashMap;