mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
c361e13d71
For now, words() is left in (but deprecated), and Words is a type alias for struct SplitWhitespace. Also cleaned up references to s.words() throughout codebase. Closes #15628