X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2Ftests%2Fui%2Fsingle_match.rs;h=d0c9b7b5663e7138bd2ff5298ca8cd8e94666383;hb=b380518691e0333f2e9f7bd5c49d4e16ffbdeff6;hp=dd148edf5292d0c0e130d75f4736abbbce9a8404;hpb=d55c373ddd1ec4f9bee281801f85283ac44140a7;p=rust.git diff --git a/src/tools/clippy/tests/ui/single_match.rs b/src/tools/clippy/tests/ui/single_match.rs index dd148edf529..d0c9b7b5663 100644 --- a/src/tools/clippy/tests/ui/single_match.rs +++ b/src/tools/clippy/tests/ui/single_match.rs @@ -1,4 +1,5 @@ #![warn(clippy::single_match)] +#![allow(clippy::uninlined_format_args)] fn dummy() {}