add clippy exclusion
This commit is contained in:
parent
0321c05557
commit
09331a935e
1 changed files with 1 additions and 0 deletions
|
@ -1017,6 +1017,7 @@ impl<'a> Drop for ZipFile<'a> {
|
|||
}
|
||||
};
|
||||
|
||||
#[allow(clippy::unused_io_amount)]
|
||||
loop {
|
||||
match reader.read(&mut buffer) {
|
||||
Ok(0) => break,
|
||||
|
|
Loading…
Add table
Reference in a new issue