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