]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/redundant_closure_call_late.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / redundant_closure_call_late.rs
index 1f4864b72895bf10142574e214bdfe352eba896a..5612827bd39331f5804d5866c8c534ceab0d1436 100644 (file)
@@ -1,6 +1,7 @@
 // non rustfixable, see redundant_closure_call_fixable.rs
 
 #![warn(clippy::redundant_closure_call)]
+#![allow(clippy::needless_late_init)]
 
 fn main() {
     let mut i = 1;