]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/match_on_vec_items.rs
Rollup merge of #90741 - mbartlett21:patch-4, r=dtolnay
[rust.git] / src / tools / clippy / clippy_lints / src / match_on_vec_items.rs
index 552c9a588977fc564d0a409a568839d50d299a56..583b577ffe25d51ea72332b2e130b77c07b7ba20 100644 (file)
@@ -40,6 +40,7 @@
     ///     _ => {},
     /// }
     /// ```
+    #[clippy::version = "1.45.0"]
     pub MATCH_ON_VEC_ITEMS,
     pedantic,
     "matching on vector elements can panic"