]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/match_same_arms2.rs
Rollup merge of #99474 - aDotInTheVoid:rustdoc-json-noinline-test-cleanup, r=CraftSpider
[rust.git] / src / tools / clippy / tests / ui / match_same_arms2.rs
index 7aba5b447d5537f25fd0be12684a1986f5b2463b..61793e80c98d42591db0781ba8f16e5b4c6ac73d 100644 (file)
@@ -1,5 +1,5 @@
 #![warn(clippy::match_same_arms)]
-#![allow(clippy::blacklisted_name, clippy::diverging_sub_expression)]
+#![allow(clippy::disallowed_names, clippy::diverging_sub_expression)]
 
 fn bar<T>(_: T) {}
 fn foo() -> bool {