Skip to content

Commit 43a7a72

Browse files
committed
Deleted comment from lint declaration
1 parent ae2cb12 commit 43a7a72

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,6 @@ declare_clippy_lint! {
21062106
/// ```no_run
21072107
/// let slice = [1, 2, 3, 4, 5, 6];
21082108
/// let (chunks, remainder) = slice.as_chunks::<2>();
2109-
/// let remainder_chunk = chunk_iter.1;
21102109
/// for chunk in chunk_iter.0.iter() {}
21112110
/// ```
21122111
#[clippy::version = "1.93.0"]

0 commit comments

Comments
 (0)