Clippy warnings (#305)

This commit is contained in:
Nikolay Kim 2024-03-06 20:33:20 +06:00
parent 68e158d877
commit 661c5ea1fa
62 changed files with 103 additions and 110 deletions

View file

@ -4179,7 +4179,11 @@ mod tests {
}
#[test]
#[allow(clippy::len_zero)]
#[allow(
clippy::len_zero,
clippy::nonminimal_bool,
clippy::unnecessary_fallible_conversions
)]
fn bytes() {
let mut b = Bytes::from(LONG.to_vec());
b.clear();
@ -4226,6 +4230,7 @@ mod tests {
}
#[test]
#[allow(clippy::unnecessary_fallible_conversions)]
fn bytes_vec() {
let bv = BytesVec::copy_from_slice(LONG);
// SharedVec size is 32