Skip to content

Commit fc6e9d6

Browse files
committed
Move collection_is_never_read to suspicious
1 parent 0e43a04 commit fc6e9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/collection_is_never_read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ declare_clippy_lint! {
3939
/// ```
4040
#[clippy::version = "1.70.0"]
4141
pub COLLECTION_IS_NEVER_READ,
42-
nursery,
42+
suspicious,
4343
"a collection is never queried"
4444
}
4545
declare_lint_pass!(CollectionIsNeverRead => [COLLECTION_IS_NEVER_READ]);

0 commit comments

Comments
 (0)