]> 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 b061fff6b9e9dfb775f5cab14783c01678d802cc..477a47118d4116587fc6526ca01f3f72edf639e2 100644 (file)
@@ -2,7 +2,7 @@
 #![feature(custom_inner_attributes)]
 #![rustfmt::skip]
 #![warn(clippy::debug_assert_with_mut_call)]
-#![allow(clippy::cognitive_complexity, clippy::redundant_closure_call)]
+#![allow(clippy::redundant_closure_call)]
 
 struct S;