]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/must_use_candidates.fixed
New upstream version 1.64.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / must_use_candidates.fixed
index 9556f6f82cc6313d39125487819635ce0b0eed7f..04a74a009e09213cb84581fb7ccce94700324a50 100644 (file)
@@ -1,6 +1,6 @@
 // run-rustfix
 #![feature(never_type)]
-#![allow(unused_mut, clippy::redundant_allocation)]
+#![allow(unused_mut, unused_tuple_struct_fields, clippy::redundant_allocation)]
 #![warn(clippy::must_use_candidate)]
 use std::rc::Rc;
 use std::sync::atomic::{AtomicBool, Ordering};