]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/inline_fn_without_body.rs
Rollup merge of #91105 - jplatte:stream-docs, r=dtolnay
[rust.git] / src / tools / clippy / clippy_lints / src / inline_fn_without_body.rs
index 3e3df903f17cf27156b1bdf2a9d8ce46c39ddc74..df69d3dcc51603fa18e14d8177667c359f3c179a 100644 (file)
@@ -24,6 +24,7 @@
     ///     fn name(&self) -> &'static str;
     /// }
     /// ```
+    #[clippy::version = "pre 1.29.0"]
     pub INLINE_FN_WITHOUT_BODY,
     correctness,
     "use of `#[inline]` on trait methods without bodies"