Delete rest of rustrt

... and address other rebasing fallout.
This commit is contained in:
Aaron Turon
2014-12-17 15:41:16 -08:00
parent d08600b189
commit 0ce5faaa7b
3 changed files with 2 additions and 133 deletions

View File

@@ -41,6 +41,7 @@ use option::Option;
use option::Option::{Some, None};
use ops::{Deref, DerefMut, FnOnce};
use result::Result::{Ok, Err};
use rt;
use slice::SliceExt;
use str::StrPrelude;
use string::String;