Skip to content

Commit

Permalink
wildcard_match_arm: add nesting issue to known.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aehmlo committed Jan 29, 2019
1 parent efaed8e commit 587492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/matches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ declare_clippy_lint! {
///
/// **Why is this bad?** New enum variants added by library updates can be missed.
///
/// **Known problems:** None.
/// **Known problems:** Nested wildcards a la `Foo(_)` are currently not detected.
///
/// **Example:**
/// ```rust
Expand Down

0 comments on commit 587492b

Please sign in to comment.