-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide implementations for I/O safety traits unconditionally (#244)
* Provide implementations for I/O safety traits unconditionally These traits have been stabilized with Rust 1.63. Since that is now our MSRV, we can drop the `build.rs` as well as the `autocfg` build dependency. While at it, I've also added a few `use` statements to make the implemenations more readable. * Make `AsFd`/`AsRawFd` implementations available on wasi `std` provides these traits on wasi, so we should probably do so as well.
- Loading branch information
Showing
3 changed files
with
17 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters