]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/match_single_binding2.rs
Fix `unnecessary_cast` suggestion when taking a reference
[rust.git] / tests / ui / match_single_binding2.rs
index 476386ebabe20a5a731daac2f8bd03ec1ff0cc12..5a4bb8441fffc5676422e282c922adbcad7ee180 100644 (file)
@@ -1,7 +1,7 @@
 // run-rustfix
-
 #![warn(clippy::match_single_binding)]
 #![allow(unused_variables)]
+#![allow(clippy::uninlined_format_args)]
 
 fn main() {
     // Lint (additional curly braces needed, see #6572)