]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/blacklisted_name.rs
Auto merge of #8487 - dswij:8478, r=giraffate
[rust.git] / clippy_lints / src / blacklisted_name.rs
index 916c78c982ae4e63863ada1ecd1d928cf74aab7e..1600fb25d89e24cec4b9935477b1d19f25a4987d 100644 (file)
@@ -17,6 +17,7 @@
     /// ```rust
     /// let foo = 3.14;
     /// ```
+    #[clippy::version = "pre 1.29.0"]
     pub BLACKLISTED_NAME,
     style,
     "usage of a blacklisted/placeholder name"