Skip to content

Commit 2dc95c6

Browse files
Switch from nursery to pedantic
1 parent c748a64 commit 2dc95c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clippy_lints/src/iter_missing_exact_size.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ declare_clippy_lint! {
7272
/// ```
7373
#[clippy::version = "1.99.0"]
7474
pub ITER_MISSING_EXACT_SIZE,
75-
nursery,
75+
pedantic,
7676
"iterator delegates to an ExactSizeIterator for its size hint but does not itself implement ExactSizeIterator"
7777
}
7878

0 commit comments

Comments
 (0)