-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
access: Move from_read() and from_write() into AccessFs
The from_read() and from_write() methods make sense for AccessFs but not for the upcoming AccessNet. This is a breaking change because the Access trait's signature is modified. In practice, it should not be an issue for most users. Only those implementing helpers explicitly using Access::from_read() or Access::from_write() should be concerned. In this case, they should just use AccessFs instead. Fix a typo in the from_all() comment. Signed-off-by: Mickaël Salaün <mic@digikod.net>
- Loading branch information
Showing
2 changed files
with
23 additions
and
25 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