Skip to content

Commit 0297db5

Browse files
kyoto7250xFrednet
andauthored
Update description in clippy_lints/src/default_iter_empty.rs
Co-authored-by: Fridtjof Stoldt <[email protected]>
1 parent 31ea7af commit 0297db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/default_iter_empty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ declare_clippy_lint! {
2626
#[clippy::version = "1.63.0"]
2727
pub DEFAULT_ITER_EMPTY,
2828
style,
29-
"Check `std::iter::Empty::default()` and replace with `std::iter::empty()`"
29+
"check `std::iter::Empty::default()` and replace with `std::iter::empty()`"
3030
}
3131
declare_lint_pass!(DefaultIterEmpty => [DEFAULT_ITER_EMPTY]);
3232

0 commit comments

Comments
 (0)