Update known problems for unnecessary_fold
This commit is contained in:
parent
863c8e26fc
commit
33847b579e
1 changed files with 2 additions and 1 deletions
|
@ -688,7 +688,8 @@ declare_clippy_lint! {
|
|||
///
|
||||
/// **Why is this bad?** Readability.
|
||||
///
|
||||
/// **Known problems:** None.
|
||||
/// **Known problems:** False positive in pattern guards. Will be resolved once
|
||||
/// non-lexical lifetimes are stable.
|
||||
///
|
||||
/// **Example:**
|
||||
/// ```rust
|
||||
|
|
Loading…
Add table
Reference in a new issue