]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/needless_range_loop.rs
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[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];