summaryrefslogtreecommitdiff
path: root/test/sys
diff options
context:
space:
mode:
authorJonathan <jonathanwoollettlight@gmail.com>2022-12-04 22:50:10 +0000
committerJonathan <jonathanwoollettlight@gmail.com>2022-12-04 22:50:13 +0000
commit4f61d1200966eed9d9d27c63863a6ec9352fc003 (patch)
tree6ff7f7af35705532cd98f9451f3111c27205e0e6 /test/sys
parente756c967e837a0b3c8bb785b8bb56dde1f6c05eb (diff)
downloadnix-4f61d1200966eed9d9d27c63863a6ec9352fc003.zip
Epoll
Diffstat (limited to 'test/sys')
-rw-r--r--test/sys/test_epoll.rs2
1 files changed, 2 insertions, 0 deletions
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};