add clippy exclusion

This commit is contained in:
Jan Starke 2024-05-02 09:24:05 +02:00
parent 0321c05557
commit 09331a935e
No known key found for this signature in database
GPG key ID: 65EDA2E0B82D5EA8

View file

@ -1017,6 +1017,7 @@ impl<'a> Drop for ZipFile<'a> {
}
};
#[allow(clippy::unused_io_amount)]
loop {
match reader.read(&mut buffer) {
Ok(0) => break,