]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/let_underscore_must_use.rs
Auto merge of #7847 - mikerite:fix-7829, r=flip1995
[rust.git] / tests / ui / let_underscore_must_use.rs
index 27dda606067aa7fa8760316cb468c33111d4254e..a842e872a37b1f0fefcb21dad35b630ef75deaeb 100644 (file)
@@ -1,4 +1,5 @@
 #![warn(clippy::let_underscore_must_use)]
+#![allow(clippy::unnecessary_wraps)]
 
 // Debug implementations can fire this lint,
 // so we shouldn't lint external macros