]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/borrow_box.rs
Rename "blacklisted name" to "disallowed name" throughout
[rust.git] / tests / ui / borrow_box.rs
index b606f773cfbad1d603b31df22311e3745d02e515..2a4f8b53e8b0534a0e2b37beca673cee2f86b3c2 100644 (file)
@@ -1,5 +1,5 @@
 #![deny(clippy::borrowed_box)]
-#![allow(clippy::blacklisted_name)]
+#![allow(clippy::disallowed_name)]
 #![allow(unused_variables)]
 #![allow(dead_code)]