diff options
| author | Steven Fackler <sfackler@gmail.com> | 2014-07-20 17:12:40 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-21 09:54:52 -0700 |
| commit | 2e24ef377e32ee2fe253046fdc073840279e4b95 (patch) | |
| tree | 3e880957f13ca5676a2e2a30f5d084400c0ac136 /src/libstd/lib.rs | |
| parent | e3887a7766eca68c6fa4382b28c863fb31ba00aa (diff) | |
| download | rust-2e24ef377e32ee2fe253046fdc073840279e4b95.tar.gz rust-2e24ef377e32ee2fe253046fdc073840279e4b95.zip | |
Rename to_str to to_string
Closes #15796. [breaking-change]
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index ad6942712ac..e14092bc8dc 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -239,7 +239,7 @@ pub mod gc; pub mod from_str; pub mod num; -pub mod to_str; +pub mod to_string; /* Common data structures */ |
