Skip to content

Commit 17f3f65

Browse files
committed
Reexport crate::poll_timeout::PollTimeoutTryFromError;
1 parent 003bfe4 commit 17f3f65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/epoll.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use crate::errno::Errno;
22
pub use crate::poll_timeout::PollTimeout as EpollTimeout;
3+
pub use crate::poll_timeout::PollTimeoutTryFromError;
34
use crate::Result;
45
use libc::{self, c_int};
56
use std::mem;

0 commit comments

Comments
 (0)