mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +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