]> git.lizzy.rs Git - rust.git/commitdiff
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)
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


Trivial merge