1
Fork 0

Register new snapshots

This commit is contained in:
Alex Crichton 2015-03-18 09:36:18 -07:00
parent 94a95067e0
commit fccf5a0005
56 changed files with 1059 additions and 4030 deletions

View file

@ -20,18 +20,10 @@ use iter::Iterator;
use marker::Sized;
use ops::{Drop, FnOnce};
use option::Option::{self, Some, None};
#[cfg(stage0)]
use ptr::PtrExt;
use result::Result::{Ok, Err};
use result;
#[cfg(stage0)]
use slice::{self, SliceExt};
#[cfg(not(stage0))]
use slice;
use string::String;
#[cfg(stage0)]
use str::{self, StrExt};
#[cfg(not(stage0))]
use str;
use vec::Vec;