]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/redundant_allocation_fixable.fixed
Rename "blacklisted name" to "disallowed name" throughout
[rust.git] / tests / ui / redundant_allocation_fixable.fixed
index e7ed84731c02e4d64ec6e45cd5782d0e632b2416..4c85b20afe57b0ea4dc1410a46fb9402cdb92b6c 100644 (file)
@@ -1,7 +1,7 @@
 // run-rustfix
 #![warn(clippy::all)]
 #![allow(clippy::boxed_local, clippy::needless_pass_by_value)]
-#![allow(clippy::blacklisted_name, unused_variables, dead_code)]
+#![allow(clippy::disallowed_name, unused_variables, dead_code)]
 #![allow(unused_imports)]
 
 pub struct MyStruct;