]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/floating_point_log.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / floating_point_log.rs
index 1e04caa7d2a865070f83c44e465dfe672ea1514a..0590670a50bc799fc6ec2e1bea696630dbc6d627 100644 (file)
@@ -1,5 +1,5 @@
 // run-rustfix
-#![allow(dead_code, clippy::double_parens)]
+#![allow(dead_code, clippy::double_parens, clippy::unnecessary_cast)]
 #![warn(clippy::suboptimal_flops, clippy::imprecise_flops)]
 
 const TWO: f32 = 2.0;