]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/redundant_closure_call_late.rs
Rollup merge of #91519 - petrochenkov:cratexp2, r=Aaron1011
[rust.git] / src / tools / clippy / 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;