]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/redundant_clone.fixed
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / redundant_clone.fixed
index da52c0acf93b0fd463f70b4af1f448ece365acfb..00b427450935d5077a7ff947a78da65c5221ef2b 100644 (file)
@@ -1,8 +1,8 @@
 // run-rustfix
 // rustfix-only-machine-applicable
-
 #![feature(lint_reasons)]
-#![allow(clippy::implicit_clone, clippy::drop_non_drop)]
+#![allow(clippy::drop_non_drop, clippy::implicit_clone, clippy::uninlined_format_args)]
+
 use std::ffi::OsString;
 use std::path::Path;