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 3b9d5a4 commit 4b7a835Copy full SHA for 4b7a835
clippy_lints/src/methods/mod.rs
@@ -4192,10 +4192,9 @@ declare_clippy_lint! {
4192
///
4193
/// ### Known Issues
4194
4195
- /// This lint may suggest replacing a `Map<Range>` with a `Take<RepeatWith>` or
4196
- /// `Take<Repeat>`. The former implements some traits that the latter two do
4197
- /// not, such as `DoubleEndedIterator`. As a result, this may not always be an
4198
- /// appropriate suggestion.
+ /// This lint may suggest replacing a `Map<Range>` with a `Take<RepeatWith>`.
+ /// The former implements some traits that the latter does not, such as
+ /// `DoubleEndedIterator`.
4199
#[clippy::version = "1.84.0"]
4200
pub MAP_WITH_UNUSED_ARGUMENT_OVER_RANGES,
4201
restriction,
0 commit comments