]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/redundant_allocation.rs
Rename "blacklisted name" to "disallowed name" throughout
[rust.git] / tests / ui / redundant_allocation.rs
index cf7d8c6e349af2c685037126830a6bf0ac2eb029..7b9e02f974cd4b32b86c4e200052ac7cb1e11cab 100644 (file)
@@ -1,6 +1,6 @@
 #![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;