-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change strptime::match_strs to use borrowed rather than owned strings
Also modernise a few constructs in match_strs().
- Loading branch information
Showing
1 changed file
with
45 additions
and
59 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
17d5c64
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.
saw approval from alexcrichton
at anguslees@17d5c64
17d5c64
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.
merging anguslees/rust/strptime-str = 17d5c64 into auto
17d5c64
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.
anguslees/rust/strptime-str = 17d5c64 merged ok, testing candidate = 5793b42
17d5c64
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.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/646
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/646
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/645
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/646
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/643
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/644
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/643
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/649
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/644
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/643
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/646
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/644
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/644
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/645
17d5c64
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.
fast-forwarding master to auto = 5793b42