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 2f02029 commit a2d5a4e
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 @@ -164,6 +164,7 @@ impl<const N: usize> Registrations<N> {
Ok(set)
}

#[allow(deprecated)]
fn set_fds(&self, fds: &mut Fds) -> io::Result<Option<RawFd>> {
fds.zero();

Expand Down

0 comments on commit a2d5a4e

Please sign in to comment.