Skip to content

Commit 2ceb8c6

Browse files
committed
Auto merge of #5865 - camsteffen:unnecessary-fold-known-probs, r=Manishearth
Remove obsolete known problems unnecessary_fold The known problems looks to be obsolete since NLL is stable. changelog: none
2 parents 8012178 + 0ccdf29 commit 2ceb8c6

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

+1-2
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)