Move ToString to collections::string

This also impls `FormatWriter` for `Vec<u8>`
This commit is contained in:
Brendan Zabarauskas
2014-11-16 12:38:03 +11:00
parent 59abf75d9e
commit d82a7ea57a
11 changed files with 51 additions and 72 deletions

View File

@@ -220,7 +220,6 @@ pub mod time;
pub mod error;
pub mod num;
pub mod to_string;
/* Common data structures */