]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/integer_division.rs
Split out `infalliable_detructuring_match`
[rust.git] / clippy_lints / src / integer_division.rs
index c962e814fa5c2eb33af2e3d110857afe409f3bea..fa78620567880e64488c3d613240e07313907339 100644 (file)
@@ -23,6 +23,7 @@
     /// let x = 3f32 / 2f32;
     /// println!("{}", x);
     /// ```
+    #[clippy::version = "1.37.0"]
     pub INTEGER_DIVISION,
     restriction,
     "integer division may cause loss of precision"