diff options
| author | bors <bors@rust-lang.org> | 2020-08-04 23:09:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-08-04 23:09:35 +0000 |
| commit | 2ceb8c6c2d029f01f7656d02e59b2d69187875c4 (patch) | |
| tree | fdf3149578f497a088e35ffeaa1a368df5bb9f59 | |
| parent | 80121781a3eaf75d3b7cbf54b8b4d0a419e39bbe (diff) | |
| parent | 0ccdf2913a335c4f0b34098f84baeeb3fc852255 (diff) | |
| download | rust-2ceb8c6c2d029f01f7656d02e59b2d69187875c4.tar.gz rust-2ceb8c6c2d029f01f7656d02e59b2d69187875c4.zip | |
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
| -rw-r--r-- | clippy_lints/src/methods/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clippy_lints/src/methods/mod.rs b/clippy_lints/src/methods/mod.rs index 9217324b18c..570ae66d595 100644 --- a/clippy_lints/src/methods/mod.rs +++ b/clippy_lints/src/methods/mod.rs @@ -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 |
