We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
match_same_arms
2 parents 4be0e62 + 71f1a87 commit 363e61dCopy full SHA for 363e61d
clippy_lints/src/matches/mod.rs
@@ -583,11 +583,6 @@ declare_clippy_lint! {
583
/// are the same on purpose, you can factor them
584
/// [using `|`](https://doc.rust-lang.org/book/patterns.html#multiple-patterns).
585
///
586
- /// ### Known problems
587
- /// False positive possible with order dependent `match`
588
- /// (see issue
589
- /// [#860](https://github.com/rust-lang/rust-clippy/issues/860)).
590
- ///
591
/// ### Example
592
/// ```rust,ignore
593
/// match foo {
0 commit comments