]> git.lizzy.rs Git - rust.git/commit
rollup merge of #24563: kwantam/rfc_1054
authorAlex Crichton <alex@alexcrichton.com>
Tue, 21 Apr 2015 22:23:08 +0000 (15:23 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 21 Apr 2015 22:23:08 +0000 (15:23 -0700)
commita63df9218ef6de305f19825ba822b62352041df7
tree7914a57cb64a58edfdf362ce6c1ed9a68bb57494
parent37a1f2e3acc75e8a3d0fd47bb345b2cd880b2937
parentc361e13d7155552cb6e45da5016cea36f87ecfec
rollup merge of #24563: kwantam/rfc_1054

For now, words() is left in (but deprecated), and Words is a type alias for
struct SplitWhitespace.

Also cleaned up references to str.words() throughout codebase.

Closes #15628