Skip to content

Commit 4b7a835

Browse files
committed
Remove warning about missing implementations as they were provided in 1.82
1 parent 3b9d5a4 commit 4b7a835

File tree

1 file changed

+3
-4
lines changed
  • clippy_lints/src/methods

1 file changed

+3
-4
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4192,10 +4192,9 @@ declare_clippy_lint! {
41924192
///
41934193
/// ### Known Issues
41944194
///
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.
4195+
/// This lint may suggest replacing a `Map<Range>` with a `Take<RepeatWith>`.
4196+
/// The former implements some traits that the latter does not, such as
4197+
/// `DoubleEndedIterator`.
41994198
#[clippy::version = "1.84.0"]
42004199
pub MAP_WITH_UNUSED_ARGUMENT_OVER_RANGES,
42014200
restriction,

0 commit comments

Comments
 (0)