Currently it says "👎Deprecated since 0.27.0: Use Epoll::epoll_ctl() instead", but Epoll::epoll_ctl is private and I can't use it. So either deprecation message should talk about individual commands or Epoll::epoll_ctl should be public. Probably the former.
https://docs.rs/nix/latest/nix/sys/epoll/fn.epoll_ctl.html
Currently it says "👎Deprecated since 0.27.0: Use Epoll::epoll_ctl() instead", but
Epoll::epoll_ctl
is private and I can't use it. So either deprecation message should talk about individual commands orEpoll::epoll_ctl
should be public. Probably the former.