]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/match_single_binding.fixed
Rollup merge of #102581 - jyn514:src-detection, r=Mark-Simulacrum
[rust.git] / src / tools / clippy / tests / ui / match_single_binding.fixed
index de46e6cff55ba2c773cc747d02e1157d749d9bf5..951f552eb32b63adb3dc3bd95d6988b4ef88c664 100644 (file)
@@ -1,7 +1,7 @@
 // run-rustfix
-
 #![warn(clippy::match_single_binding)]
-#![allow(unused_variables, clippy::toplevel_ref_arg)]
+#![allow(unused_variables)]
+#![allow(clippy::toplevel_ref_arg, clippy::uninlined_format_args)]
 
 struct Point {
     x: i32,