]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/items_after_statements.rs
Auto merge of #8937 - Jarcho:merge_match_passes, r=llogiq
[rust.git] / clippy_lints / src / items_after_statements.rs
index 429c6ed7d2d778ec8a81b10895792b4f5dfc83ac..cdefe627efdaad877d2c95150a8ddc6ad036f984 100644 (file)
@@ -45,6 +45,7 @@
     ///     foo(); // prints "foo"
     /// }
     /// ```
+    #[clippy::version = "pre 1.29.0"]
     pub ITEMS_AFTER_STATEMENTS,
     pedantic,
     "blocks where an item comes after a statement"