We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
read_zero_byte_vec
1 parent 33f49f3 commit 2fea83bCopy full SHA for 2fea83b
clippy_lints/src/read_zero_byte_vec.rs
@@ -42,7 +42,7 @@ declare_clippy_lint! {
42
/// ```
43
#[clippy::version = "1.63.0"]
44
pub READ_ZERO_BYTE_VEC,
45
- correctness,
+ nursery,
46
"checks for reads into a zero-length `Vec`"
47
}
48
declare_lint_pass!(ReadZeroByteVec => [READ_ZERO_BYTE_VEC]);
0 commit comments