Skip to content

Commit 739f9e2

Browse files
committed
Auto merge of rust-lang#11727 - dswij:read-zero-byte-vec-nursery, r=Centri3
move `read_zero_byte_vec` to nursery I think the concerns in rust-lang#9274 are valid, and we should move this to nursery while we're reworking this. changelog: [`read_zero_byte_vec`] moved to nursery
2 parents fa6fd8c + 2fea83b commit 739f9e2

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)