]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/as_conversions.rs
Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum
[rust.git] / src / tools / clippy / clippy_lints / src / as_conversions.rs
index 0be460d67a75f3e8bbb248782978eed3ba1a79fb..53704da1046bcf236a5a511c0b83a5557b6ba4ab 100644 (file)
@@ -38,6 +38,7 @@
     /// f(a.try_into().expect("Unexpected u16 overflow in f"));
     /// ```
     ///
+    #[clippy::version = "1.41.0"]
     pub AS_CONVERSIONS,
     restriction,
     "using a potentially dangerous silent `as` conversion"