Skip to content

Commit e4895d3

Browse files
authored
event: actually needs poll (#2605)
Epoll::wait requires EpollTimeout which is a type alias for PollTimeout, which is blocked by `poll` feature
1 parent 3499c51 commit e4895d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ acct = []
4141
aio = ["pin-utils"]
4242
dir = ["fs"]
4343
env = []
44-
event = []
44+
event = ["poll"]
4545
fanotify = []
4646
feature = []
4747
fs = []

0 commit comments

Comments
 (0)