Skip to content

Commit 587492b

Browse files
committed
wildcard_match_arm: add nesting issue to known.
1 parent efaed8e commit 587492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/matches.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ declare_clippy_lint! {
191191
///
192192
/// **Why is this bad?** New enum variants added by library updates can be missed.
193193
///
194-
/// **Known problems:** None.
194+
/// **Known problems:** Nested wildcards a la `Foo(_)` are currently not detected.
195195
///
196196
/// **Example:**
197197
/// ```rust

0 commit comments

Comments
 (0)