mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
Link to known issues for MATCH_SAME_ARMS
This commit is contained in:
parent
b8b6b7fee6
commit
efaed2ecfe
@ -42,7 +42,8 @@ declare_lint! {
|
||||
/// purpose, you can factor them
|
||||
/// [using `|`](https://doc.rust-lang.org/book/patterns.html#multiple-patterns).
|
||||
///
|
||||
/// **Known problems:** Hopefully none.
|
||||
/// **Known problems:** False positive possible with order dependent `match`
|
||||
/// (see issue [#860](https://github.com/Manishearth/rust-clippy/issues/860)).
|
||||
///
|
||||
/// **Example:**
|
||||
/// ```rust,ignore
|
||||
|
Loading…
Reference in New Issue
Block a user