]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/or_then_unwrap.fixed
[`excessive_bools`] lint trait functions even without bodies
[rust.git] / tests / ui / or_then_unwrap.fixed
index 6e0d5a87f6807b012fcc55428b5b0aee61882301..844cc4b7a09281ebaa23604078f83735625b17c7 100644 (file)
@@ -1,7 +1,7 @@
 // run-rustfix
 
 #![warn(clippy::or_then_unwrap)]
-#![allow(clippy::map_identity)]
+#![allow(clippy::map_identity, clippy::let_unit_value)]
 
 struct SomeStruct;
 impl SomeStruct {