diff --git a/src/reactor.rs b/src/reactor.rs index 040f798..ec604f7 100644 --- a/src/reactor.rs +++ b/src/reactor.rs @@ -194,6 +194,7 @@ impl Registrations { Ok(max) } + #[allow(deprecated)] fn update_events(&mut self, fds: &Fds) -> io::Result<()> { debug!("Updating events");