1
Fork 0

Rename to_str to to_string

Closes #15796.

[breaking-change]
This commit is contained in:
Steven Fackler 2014-07-20 17:12:40 -07:00 committed by Alex Crichton
parent e3887a7766
commit 2e24ef377e
7 changed files with 6 additions and 6 deletions

View file

@ -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 */