]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/manual_ok_or.fixed
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
[rust.git] / src / tools / clippy / tests / ui / manual_ok_or.fixed
index 887a97d7a01734dafb5269bcac6c57b62a2978db..d864f85545349669a72ac1fd8ed3fcaac6bdb3f3 100644 (file)
@@ -1,6 +1,6 @@
 // run-rustfix
 #![warn(clippy::manual_ok_or)]
-#![allow(clippy::blacklisted_name)]
+#![allow(clippy::disallowed_names)]
 #![allow(clippy::redundant_closure)]
 #![allow(dead_code)]
 #![allow(unused_must_use)]