Remove obsolete known problems unnecessary_fold

This commit is contained in:
Cameron Steffen 2020-08-03 16:23:20 -05:00 committed by GitHub
parent bbbc973a84
commit 0ccdf2913a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1052,8 +1052,7 @@ declare_clippy_lint! {
///
/// **Why is this bad?** Readability.
///
/// **Known problems:** False positive in pattern guards. Will be resolved once
/// non-lexical lifetimes are stable.
/// **Known problems:** None.
///
/// **Example:**
/// ```rust