We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371120b commit f4b8cb1Copy full SHA for f4b8cb1
clippy_lints/src/lines_filter_map_ok.rs
@@ -25,7 +25,7 @@ declare_clippy_lint! {
25
///
26
/// ### Known problems
27
/// This lint suggests replacing `filter_map()` or `flat_map()` applied to a `Lines`
28
- /// instance in all cases. There two cases where the suggestion might not be
+ /// instance in all cases. There are two cases where the suggestion might not be
29
/// appropriate or necessary:
30
31
/// - If the `Lines` instance can never produce any error, or if an error is produced
0 commit comments