]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/debug_assert_with_mut_call.rs
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / debug_assert_with_mut_call.rs
index 3db7e0164fa417cdbe01bd28ce4c090b839a7244..477a47118d4116587fc6526ca01f3f72edf639e2 100644 (file)
@@ -2,7 +2,7 @@
 #![feature(custom_inner_attributes)]
 #![rustfmt::skip]
 #![warn(clippy::debug_assert_with_mut_call)]
-#![allow(clippy::trivially_copy_pass_by_ref, clippy::cognitive_complexity, clippy::redundant_closure_call)]
+#![allow(clippy::redundant_closure_call)]
 
 struct S;