]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/checked_conversions.rs
Rollup merge of #90741 - mbartlett21:patch-4, r=dtolnay
[rust.git] / src / tools / clippy / clippy_lints / src / checked_conversions.rs
index 842bbf006cca979da67bbec6f2e42280508edd67..ffe6340bd77a58efe1ecf0588c306139b400b722 100644 (file)
@@ -36,6 +36,7 @@
     /// i32::try_from(foo).is_ok()
     /// # ;
     /// ```
+    #[clippy::version = "1.37.0"]
     pub CHECKED_CONVERSIONS,
     pedantic,
     "`try_from` could replace manual bounds checking when casting"