Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Aug 1, 2024
1 parent a2d5a4e commit b28e2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reactor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ impl<const N: usize> Registrations<N> {
Ok(max)
}

#[allow(deprecated)]
fn update_events(&mut self, fds: &Fds) -> io::Result<()> {
debug!("Updating events");

Expand Down

0 comments on commit b28e2c7

Please sign in to comment.