]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/single_match.rs
Rollup merge of #102625 - Rageking8:fix-backtrace-small-typo, r=m-ou-se
[rust.git] / src / tools / clippy / tests / ui / single_match.rs
index dd148edf5292d0c0e130d75f4736abbbce9a8404..d0c9b7b5663e7138bd2ff5298ca8cd8e94666383 100644 (file)
@@ -1,4 +1,5 @@
 #![warn(clippy::single_match)]
+#![allow(clippy::uninlined_format_args)]
 
 fn dummy() {}