mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
wildcard_match_arm: add nesting issue to known.
This commit is contained in:
parent
efaed8e0c0
commit
587492b5d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user