]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/floating_point_logbase.fixed
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / floating_point_logbase.fixed
index 936462f94066f681284506f22daacd4a6706dc84..7347bf72cbea6bc2346f5cdb07bc20ba02265191 100644 (file)
@@ -1,5 +1,6 @@
 // run-rustfix
 #![warn(clippy::suboptimal_flops)]
+#![allow(clippy::unnecessary_cast)]
 
 fn main() {
     let x = 3f32;