-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stjepan Glavina
committed
Oct 4, 2020
1 parent
6cc5c5f
commit f4cc6e5
Showing
2 changed files
with
264 additions
and
18 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
f4cc6e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stjepang: It may be preferable to seal these extension traits: rust-lang/rust#77089 (comment) (I'm not sure if the standard library actually can extend those traits in the future, but if they run crater and there is no breakage, breaking changes may be accepted.)
f4cc6e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, although I really don't expect anyone to implement extension traits from
async_fs
... :)