Skip to content

Commit 0ccdf29

Browse files
authored
Remove obsolete known problems unnecessary_fold
1 parent bbbc973 commit 0ccdf29

File tree

1 file changed

+1
-2
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-2
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,8 +1052,7 @@ declare_clippy_lint! {
10521052
///
10531053
/// **Why is this bad?** Readability.
10541054
///
1055-
/// **Known problems:** False positive in pattern guards. Will be resolved once
1056-
/// non-lexical lifetimes are stable.
1055+
/// **Known problems:** None.
10571056
///
10581057
/// **Example:**
10591058
/// ```rust

0 commit comments

Comments
 (0)