-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
str: rm
map_chars
, replaced by iterators
mapping a function against the elements should not require allocating a new container, but `collect` still provides the functionality as-needed
- Loading branch information
1 parent
d285ea7
commit fcc7aff
Showing
1 changed file
with
0 additions
and
11 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
fcc7aff
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 https://github.com/thestinger/rust/commit/fcc7aff62b23f85e8b12bfefb47bc073f49e8e8f
fcc7aff
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 thestinger/rust/str = fcc7aff into auto
fcc7aff
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.
thestinger/rust/str = fcc7aff merged ok, testing candidate = 6f176a1
fcc7aff
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/1288
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1291
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/397
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/397
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1307
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/398
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/398
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1307
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/398
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/398
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/479
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1291
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/397
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/397
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1076
fcc7aff
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 = 6f176a1