-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rt): implement Read/Write for Pin<P> (#3413)
Without these impls, something like Pin<Box<T: Read>> does not actually implement Read. Closes #3412 BREAKING CHANGE: Pin is #[fundamental], so this theoretically conflicts with existing user Read/Write for Pin<...> impls. However, those impls probably don't exist yet.
- Loading branch information
1 parent
a475ada
commit dd6d81c
Showing
1 changed file
with
57 additions
and
0 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