Skip to content

Commit

Permalink
Auto merge of #11727 - dswij:read-zero-byte-vec-nursery, r=Centri3
Browse files Browse the repository at this point in the history
move `read_zero_byte_vec` to nursery

I think the concerns in #9274 are valid, and we should move this to nursery while we're reworking this.

changelog: [`read_zero_byte_vec`] moved to nursery
  • Loading branch information
bors committed Oct 29, 2023
2 parents fa6fd8c + 2fea83b commit 739f9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/read_zero_byte_vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.63.0"]
pub READ_ZERO_BYTE_VEC,
correctness,
nursery,
"checks for reads into a zero-length `Vec`"
}
declare_lint_pass!(ReadZeroByteVec => [READ_ZERO_BYTE_VEC]);
Expand Down

0 comments on commit 739f9e2

Please sign in to comment.