]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/needless_range_loop.rs
Fix `unnecessary_cast` suggestion when taking a reference
[rust.git] / tests / ui / needless_range_loop.rs
index 3fce34367ae5040132e5bad3ed34924faf7178ad..921801138a9b6f1179f1901f58258c517af12e59 100644 (file)
@@ -1,4 +1,5 @@
 #![warn(clippy::needless_range_loop)]
+#![allow(clippy::uninlined_format_args)]
 
 static STATIC: [usize; 4] = [0, 1, 8, 16];
 const CONST: [usize; 4] = [0, 1, 8, 16];