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
+1 -2
View File
@@ -1052,8 +1052,7 @@
///
/// **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