Skip to content

Commit b28e2c7

Browse files
committed
Clippy
1 parent a2d5a4e commit b28e2c7

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
@@ -194,6 +194,7 @@ impl<const N: usize> Registrations<N> {
194194
Ok(max)
195195
}
196196

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

0 commit comments

Comments
 (0)