]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/unnecessary_join.fixed
New upstream version 1.66.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / unnecessary_join.fixed
index 7e12c6ae4be98476f26fd7d4d0f6d29187c5bd22..3479539602575c8ddc8a3cddc4fed9ae545c2577 100644 (file)
@@ -1,6 +1,6 @@
 // run-rustfix
-
 #![warn(clippy::unnecessary_join)]
+#![allow(clippy::uninlined_format_args)]
 
 fn main() {
     // should be linted