Skip to content

Commit c50ccf8

Browse files
committed
Fixed one last typo in the lint declaration comment
1 parent 1e276d7 commit c50ccf8

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
@@ -2106,7 +2106,7 @@ declare_clippy_lint! {
21062106
/// ```no_run
21072107
/// let slice = [1, 2, 3, 4, 5, 6];
21082108
/// let (chunks, remainder) = slice.as_chunks::<2>();
2109-
/// for chunk in chunk_iter {}
2109+
/// for chunk in chunks {}
21102110
/// ```
21112111
#[clippy::version = "1.93.0"]
21122112
pub CHUNKS_EXACT_WITH_CONST_SIZE,

0 commit comments

Comments
 (0)