]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/needless_return.fixed
Rollup merge of #5408 - dtolnay:matchbool, r=flip1995
[rust.git] / tests / ui / needless_return.fixed
index 70af5c1961410fedb6e1e2fc4dae7f9e44c0760b..ad20e2381073aae324d7f90474f89befe77aa24b 100644 (file)
@@ -1,6 +1,6 @@
 // run-rustfix
 
-#![allow(unused, clippy::needless_bool, clippy::match_bool)]
+#![allow(unused, clippy::needless_bool)]
 #![allow(clippy::if_same_then_else, clippy::single_match)]
 #![warn(clippy::needless_return)]