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