We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fstatfs takes as AsFd. It used to take AsRawFd in 0.26.
fstatfs
AsFd
AsRawFd
That's fine, but Dir does not implement AsFd, requiring an unsafe BorrowedFd construction.
Dir
The text was updated successfully, but these errors were encountered:
Hi, I fixed this in #2434:
nix/src/dir.rs
Lines 135 to 145 in db4ce6a
Though it has not been released yet.
Sigh, there are still a bunch of things to do before the 0.30.0 release, but I am too busy with my work and barely have time to push them. 😪
Sorry, something went wrong.
Perfect! No hurry, just will make things a little nicer in the future. Looking forward to the release when you have time!
No branches or pull requests
fstatfs
takes asAsFd
. It used to takeAsRawFd
in 0.26.That's fine, but
Dir
does not implementAsFd
, requiring an unsafe BorrowedFd construction.The text was updated successfully, but these errors were encountered: