-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING: change methods on BufReadExt to take '&mut self'
Previously, they consumed 'self', but there is no particular reason why they need to do that. Instead, we can borrow self mutably. The two methods that return iterators do continue to consume 'self' though, which matches the style used by 'std' for 'BufRead'.
- Loading branch information
1 parent
8a29d32
commit 741e17b
Showing
1 changed file
with
10 additions
and
10 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