]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/unnecessary_clone.rs
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / unnecessary_clone.rs
index 6770a7fac90fdc6343092d5e05a02e750d4a0019..8b1629b19a76900e9e4ab001df47bfa34d99ac54 100644 (file)
@@ -1,7 +1,7 @@
 // does not test any rustfixable lints
-
 #![warn(clippy::clone_on_ref_ptr)]
-#![allow(unused, clippy::redundant_clone, clippy::unnecessary_wraps)]
+#![allow(unused)]
+#![allow(clippy::redundant_clone, clippy::uninlined_format_args, clippy::unnecessary_wraps)]
 
 use std::cell::RefCell;
 use std::rc::{self, Rc};