ci: Ignore clippy needless_range_loop
This commit is contained in:
parent
f81c3c8cdd
commit
6794cda272
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ where
|
||||||
|
|
||||||
let mut output = Vec::<D>::with_capacity(len);
|
let mut output = Vec::<D>::with_capacity(len);
|
||||||
|
|
||||||
|
#[allow(clippy::needless_range_loop)]
|
||||||
for i in 0..(len - 1) {
|
for i in 0..(len - 1) {
|
||||||
output[i] = D::decode_payload(d)?;
|
output[i] = D::decode_payload(d)?;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue