Skip to content

Commit

Permalink
Ignore clippy::unused_io_amount in one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Apr 25, 2024
1 parent ab2ab15 commit a01ec84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/close_on_drop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ impl TestHandler {
}
}

#[allow(clippy::unused_io_amount)]
fn handle_read(&mut self, registry: &Registry, tok: Token) {
debug!("readable; tok={:?}", tok);

Expand Down

0 comments on commit a01ec84

Please sign in to comment.