]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/let_underscore_drop.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / let_underscore_drop.rs
index 50744f81c3cf84893697292fc190bb496b7a8f60..11b50492ab29055ec6223164a2a768a53b9083a8 100644 (file)
@@ -1,4 +1,5 @@
 #![warn(clippy::let_underscore_drop)]
+#![allow(clippy::let_unit_value)]
 
 struct Droppable;