]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/collapsible_match.rs
Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett
[rust.git] / src / tools / clippy / clippy_lints / src / collapsible_match.rs
index a4693fa213bc4a110470615ba12b9912754fe297..626f9971f01e7d678cbc69c22a00d09841109cf7 100644 (file)
@@ -41,6 +41,7 @@
     ///     };
     /// }
     /// ```
+    #[clippy::version = "1.50.0"]
     pub COLLAPSIBLE_MATCH,
     style,
     "Nested `match` or `if let` expressions where the patterns may be \"collapsed\" together."