]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/feature_name.rs
Rollup merge of #92021 - woodenarrow:br_single_fp_element, r=Mark-Simulacrum
[rust.git] / src / tools / clippy / clippy_lints / src / feature_name.rs
index f534327f7a0cda0bccafcbdca12c0205e5625956..dc6bef52ddd9fb3256168e3cec80fd9a2bfb0af1 100644 (file)
@@ -31,6 +31,7 @@
     /// ghi = []
     /// ```
     ///
+    #[clippy::version = "1.57.0"]
     pub REDUNDANT_FEATURE_NAMES,
     cargo,
     "usage of a redundant feature name"
@@ -60,6 +61,7 @@
     /// def = []
     ///
     /// ```
+    #[clippy::version = "1.57.0"]
     pub NEGATIVE_FEATURE_NAMES,
     cargo,
     "usage of a negative feature name"