From 4f61d1200966eed9d9d27c63863a6ec9352fc003 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 4 Dec 2022 22:50:10 +0000 Subject: Epoll --- test/sys/test_epoll.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/sys') diff --git a/test/sys/test_epoll.rs b/test/sys/test_epoll.rs index 91569159..84b100c1 100644 --- a/test/sys/test_epoll.rs +++ b/test/sys/test_epoll.rs @@ -1,3 +1,5 @@ +#![allow(deprecated)] + use nix::errno::Errno; use nix::sys::epoll::{epoll_create1, epoll_ctl}; use nix::sys::epoll::{EpollCreateFlags, EpollEvent, EpollFlags, EpollOp}; -- cgit v1.2.3