Skip to content

Commit a2d5a4e

Browse files
committed
Clippy
1 parent 2f02029 commit a2d5a4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reactor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ impl<const N: usize> Registrations<N> {
164164
Ok(set)
165165
}
166166

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

0 commit comments

Comments
 (0)