]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/swap.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / swap.rs
index 8179ac1f2ab028a7a5d5eb26a0adcb6a24c811c7..a318c27919c8a4fbdb972f59d48496c695f9e590 100644 (file)
@@ -2,7 +2,7 @@
 
 #![warn(clippy::all)]
 #![allow(
-    clippy::blacklisted_name,
+    clippy::disallowed_names,
     clippy::no_effect,
     clippy::redundant_clone,
     redundant_semicolons,