Link to known issues for MATCH_SAME_ARMS
This commit is contained in:
parent
b8b6b7fee6
commit
efaed2ecfe
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue