mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Auto merge of #10757 - cakebaker:add_missing_word, r=Jarcho
Add missing word "are" changelog: none
This commit is contained in:
commit
e66488a669
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ declare_clippy_lint! {
|
||||||
///
|
///
|
||||||
/// ### Known problems
|
/// ### Known problems
|
||||||
/// This lint suggests replacing `filter_map()` or `flat_map()` applied to a `Lines`
|
/// This lint suggests replacing `filter_map()` or `flat_map()` applied to a `Lines`
|
||||||
/// 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
|
||||||
/// appropriate or necessary:
|
/// appropriate or necessary:
|
||||||
///
|
///
|
||||||
/// - If the `Lines` instance can never produce any error, or if an error is produced
|
/// - If the `Lines` instance can never produce any error, or if an error is produced
|
||||||
|
|
Loading…
Add table
Reference in a new issue