Skip to content

Commit 363e61d

Browse files
authored
remove description of known problems in match_same_arms that have already been resolved (#13873)
The "known problems" pointed out in the `match_same_arms` lint seem to have already been resolved. changelog: none
2 parents 4be0e62 + 71f1a87 commit 363e61d

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

-5
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)