You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
examples: fix build for nix 0.27, where PollFd takes an AsFd
instead of a RawFd.
And there are some other places where mmap got changed from taking a
RawFd to an Option<impl AsFd>, so pass it a None, which unfortunately
requires some type annotation to work out
0 commit comments