-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This type existed because AsRawFd was not implemented for `Arc<T> where T: AsRawFd`. As for 1.63.0, the following implementation is provided: impl<T: AsRawFd> AsRawFd for Arc<T> The current MSRV is 1.70, so we can rely on this new implementation. Drop the newtype wrapper, and rely on the new stdlib implementation instead.
- Loading branch information
1 parent
44ae222
commit 16d867b
Showing
1 changed file
with
11 additions
and
17 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