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 768963e commit 3c0aaa0Copy full SHA for 3c0aaa0
clippy_lints/src/trivial_map_over_range.rs
@@ -14,7 +14,7 @@ declare_clippy_lint! {
14
///
15
/// ### Why is this bad?
16
17
- /// It expreses the intent more clearly to `take` the correct number of times
+ /// It expresses the intent more clearly to `take` the correct number of times
18
/// from a generating function than to apply a closure to each number in a
19
/// range only to discard them.
20
0 commit comments