Skip to content

Commit a2d291b

Browse files
committed
fix: update description
1 parent da7f048 commit a2d291b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/loops/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ declare_clippy_lint! {
600600
#[clippy::version = "1.69.0"]
601601
pub UNUSED_ENUMERATE_INDEX,
602602
style,
603-
"default lint description"
603+
"using .enumerate() and immediately dropping the index"
604604
}
605605

606606
declare_lint_pass!(Loops => [

0 commit comments

Comments
 (0)