]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/new_without_default.rs
Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett
[rust.git] / src / tools / clippy / clippy_lints / src / new_without_default.rs
index 0ac27f1cba2262ce1a8c1423678ac787b67d966e..f0c0c89ca8f3b5bfff8df170daa76273a47b3566 100644 (file)
@@ -45,6 +45,7 @@
     ///     }
     /// }
     /// ```
+    #[clippy::version = "pre 1.29.0"]
     pub NEW_WITHOUT_DEFAULT,
     style,
     "`fn new() -> Self` method without `Default` implementation"