We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MATCH_SAME_ARMS
1 parent b8b6b7f commit efaed2eCopy full SHA for efaed2e
clippy_lints/src/copies.rs
@@ -42,7 +42,8 @@ declare_lint! {
42
/// purpose, you can factor them
43
/// [using `|`](https://doc.rust-lang.org/book/patterns.html#multiple-patterns).
44
///
45
-/// **Known problems:** Hopefully none.
+/// **Known problems:** False positive possible with order dependent `match`
46
+/// (see issue [#860](https://github.com/Manishearth/rust-clippy/issues/860)).
47
48
/// **Example:**
49
/// ```rust,ignore
0 commit comments