Skip to content

Commit efaed2e

Browse files
committed
Link to known issues for MATCH_SAME_ARMS
1 parent b8b6b7f commit efaed2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clippy_lints/src/copies.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ declare_lint! {
4242
/// purpose, you can factor them
4343
/// [using `|`](https://doc.rust-lang.org/book/patterns.html#multiple-patterns).
4444
///
45-
/// **Known problems:** Hopefully none.
45+
/// **Known problems:** False positive possible with order dependent `match`
46+
/// (see issue [#860](https://github.com/Manishearth/rust-clippy/issues/860)).
4647
///
4748
/// **Example:**
4849
/// ```rust,ignore

0 commit comments

Comments
 (0)