Skip to content

Commit

Permalink
remove known problems section from match_same_arms
Browse files Browse the repository at this point in the history
  • Loading branch information
lapla-cogito committed Dec 24, 2024
1 parent 988042e commit 71f1a87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions clippy_lints/src/matches/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -583,11 +583,6 @@ declare_clippy_lint! {
/// are the same on purpose, you can factor them
/// [using `|`](https://doc.rust-lang.org/book/patterns.html#multiple-patterns).
///
/// ### Known problems
/// False positive possible with order dependent `match`
/// (see issue
/// [#860](https://github.com/rust-lang/rust-clippy/issues/860)).
///
/// ### Example
/// ```rust,ignore
/// match foo {
Expand Down

0 comments on commit 71f1a87

Please sign in to comment.