]> git.lizzy.rs Git - rust.git/commit
Rename to_str to to_string
authorSteven Fackler <sfackler@gmail.com>
Mon, 21 Jul 2014 00:12:40 +0000 (17:12 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 21 Jul 2014 16:54:52 +0000 (09:54 -0700)
commit2e24ef377e32ee2fe253046fdc073840279e4b95
tree3e880957f13ca5676a2e2a30f5d084400c0ac136
parente3887a7766eca68c6fa4382b28c863fb31ba00aa
Rename to_str to to_string

Closes #15796.

[breaking-change]
src/libstd/ascii.rs
src/libstd/lib.rs
src/libstd/prelude.rs
src/libstd/task.rs
src/libstd/to_str.rs [deleted file]
src/libstd/to_string.rs [new file with mode: 0644]
src/test/run-pass/class-cast-to-trait-cross-crate-2.rs
src/test/run-pass/send_str_treemap.rs