Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See hannobraun/inotify-rs#199 Fixes the following diagnostics: warning: use of deprecated method `inotify::Inotify::event_stream`: use `into_event_stream()` instead, which enforces a single Stream and predictable reads --> src/bin/dnstap-replay/monitor_handler.rs:43:39 | 43 | let mut stream = self.inotify.event_stream(&mut buffer)?; | ^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated method `inotify::Inotify::add_watch`: use `Inotify.watches().add()` instead --> src/bin/dnstap-replay/monitor_handler.rs:166:26 | 166 | let wd = inotify.add_watch( | ^^^^^^^^^
- Loading branch information