]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/bind_instead_of_map.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / bind_instead_of_map.rs
index 623b100a4ce7ea14ab2249f94b64b159e947e536..86f31f58284aabb7fea9380360ff7e2a3bd9f439 100644 (file)
@@ -1,5 +1,6 @@
 // run-rustfix
 #![deny(clippy::bind_instead_of_map)]
+#![allow(clippy::uninlined_format_args)]
 
 // need a main anyway, use it get rid of unused warnings too
 pub fn main() {