Skip to content

Commit 12242fb

Browse files
rspencer01y21
andauthored
Bump to clippy version 1.84
Co-authored-by: Timo <[email protected]>
1 parent 208a7e6 commit 12242fb

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4196,7 +4196,7 @@ declare_clippy_lint! {
41964196
/// `Take<Repeat>`. The former implements some traits that the latter two do
41974197
/// not, such as `DoubleEndedIterator`. As a result, this may not always be an
41984198
/// appropriate suggestion.
4199-
#[clippy::version = "1.81.0"]
4199+
#[clippy::version = "1.84.0"]
42004200
pub MAP_WITH_UNUSED_ARGUMENT_OVER_RANGES,
42014201
restriction,
42024202
"map of a trivial closure (not dependent on parameter) over a range"

0 commit comments

Comments
 (0)