]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/debug_assert_with_mut_call.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / debug_assert_with_mut_call.rs
index c5de412556567ffe6718fc9ada4471dcb5e4cc8b..46faa0a7b9117f79dd456086a56a341b3a443993 100644 (file)
@@ -1,7 +1,7 @@
 #![feature(custom_inner_attributes)]
 #![rustfmt::skip]
 #![warn(clippy::debug_assert_with_mut_call)]
-#![allow(clippy::redundant_closure_call)]
+#![allow(clippy::redundant_closure_call, clippy::get_first)]
 
 
 struct S;