Fallout of std::str stabilization

This commit is contained in:
Alex Crichton
2014-12-10 19:46:38 -08:00
parent 4908017d59
commit 082bfde412
193 changed files with 2143 additions and 2230 deletions

View File

@@ -280,7 +280,7 @@ pub mod dl {
use result::Result;
use result::Result::{Ok, Err};
use slice::SliceExt;
use str::StrPrelude;
use str::StrExt;
use str;
use string::String;
use vec::Vec;