]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/default_trait_access.fixed
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / default_trait_access.fixed
index fce66eb175963ee4b78247e85e5d12545567dbcb..eedd43619392d67aca02d6877574188cea1e8239 100644 (file)
@@ -1,8 +1,8 @@
 // run-rustfix
 // aux-build: proc_macro_with_span.rs
-
-#![allow(unused_imports, dead_code)]
 #![deny(clippy::default_trait_access)]
+#![allow(dead_code, unused_imports)]
+#![allow(clippy::uninlined_format_args)]
 
 extern crate proc_macro_with_span;