]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/single_match_else.rs
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / single_match_else.rs
index 70d6febb71f9da4d7ea4d7adc0c094382960a1d9..5d03f77e9326e311dceba750ace4662429d4964d 100644 (file)
@@ -1,8 +1,6 @@
 // aux-build: proc_macro_with_span.rs
-
 #![warn(clippy::single_match_else)]
-#![allow(clippy::needless_return)]
-#![allow(clippy::no_effect)]
+#![allow(clippy::needless_return, clippy::no_effect, clippy::uninlined_format_args)]
 
 extern crate proc_macro_with_span;
 use proc_macro_with_span::with_span;