X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2Ftests%2Fui%2Fmatch_single_binding.fixed;h=951f552eb32b63adb3dc3bd95d6988b4ef88c664;hb=5d2c29d2a1a8477ecbbbfb1a88b20ce07664e580;hp=de46e6cff55ba2c773cc747d02e1157d749d9bf5;hpb=b01b9447a8a66a2e737d7b261b1664fbed7c9f18;p=rust.git diff --git a/src/tools/clippy/tests/ui/match_single_binding.fixed b/src/tools/clippy/tests/ui/match_single_binding.fixed index de46e6cff55..951f552eb32 100644 --- a/src/tools/clippy/tests/ui/match_single_binding.fixed +++ b/src/tools/clippy/tests/ui/match_single_binding.fixed @@ -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,