Skip to content

Commit 2fea83b

Browse files
committed
move read_zero_byte_vec to nursery
1 parent 33f49f3 commit 2fea83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/read_zero_byte_vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ declare_clippy_lint! {
4242
/// ```
4343
#[clippy::version = "1.63.0"]
4444
pub READ_ZERO_BYTE_VEC,
45-
correctness,
45+
nursery,
4646
"checks for reads into a zero-length `Vec`"
4747
}
4848
declare_lint_pass!(ReadZeroByteVec => [READ_ZERO_BYTE_VEC]);

0 commit comments

Comments
 (0)