We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efaed8e commit 587492bCopy full SHA for 587492b
clippy_lints/src/matches.rs
@@ -191,7 +191,7 @@ declare_clippy_lint! {
191
///
192
/// **Why is this bad?** New enum variants added by library updates can be missed.
193
194
-/// **Known problems:** None.
+/// **Known problems:** Nested wildcards a la `Foo(_)` are currently not detected.
195
196
/// **Example:**
197
/// ```rust
0 commit comments