Skip to content

Commit 71f1a87

Browse files
committed
remove known problems section from match_same_arms
1 parent 988042e commit 71f1a87

File tree

1 file changed

+0
-5
lines changed
  • clippy_lints/src/matches

1 file changed

+0
-5
lines changed

clippy_lints/src/matches/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -583,11 +583,6 @@ declare_clippy_lint! {
583583
/// are the same on purpose, you can factor them
584584
/// [using `|`](https://doc.rust-lang.org/book/patterns.html#multiple-patterns).
585585
///
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-
///
591586
/// ### Example
592587
/// ```rust,ignore
593588
/// match foo {

0 commit comments

Comments
 (0)