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 208a7e6 commit 12242fbCopy full SHA for 12242fb
clippy_lints/src/methods/mod.rs
@@ -4196,7 +4196,7 @@ declare_clippy_lint! {
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.
4199
- #[clippy::version = "1.81.0"]
+ #[clippy::version = "1.84.0"]
4200
pub MAP_WITH_UNUSED_ARGUMENT_OVER_RANGES,
4201
restriction,
4202
"map of a trivial closure (not dependent on parameter) over a range"
0 commit comments