Skip to content
New issue

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

Remove FromRawFd/Handle implementations #26

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Remove FromRawFd/Handle implementations #26

merged 1 commit into from
Sep 27, 2023

Conversation

notgull
Copy link
Member

@notgull notgull commented Sep 26, 2023

This is a breaking change, but I think it's justified for two reasons:

  • It removes all unsafe code from this crate.
  • FromRawFd is superseded by From

cc rust-secure-code/safety-dance#83

This is a breaking change, but I think it's justified for two reasons:

- It removes all unsafe code from this crate.
- FromRawFd is superseded by From<OwnedFd>

cc rust-secure-code/safety-dance#83

Signed-off-by: John Nunley <dev@notgull.net>
This was referenced Sep 26, 2023
@notgull notgull merged commit 23af470 into master Sep 27, 2023
14 checks passed
@notgull notgull deleted the notgull/fuc branch September 27, 2023 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants