]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/rc_mutex.rs
Rename "blacklisted name" to "disallowed name" throughout
[rust.git] / tests / ui / rc_mutex.rs
index 18e8a2e01e0227cc02478346c42822a45e4b1314..ee707a630fa74d0e45d8349e3bc3d81b350a34b9 100644 (file)
@@ -1,5 +1,5 @@
 #![warn(clippy::rc_mutex)]
-#![allow(unused, clippy::blacklisted_name)]
+#![allow(unused, clippy::disallowed_name)]
 
 use std::rc::Rc;
 use std::sync::Mutex;