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

@ -31,8 +31,6 @@ use mem;
use num::Int;
use ops::{Fn, FnMut};
use option::Option::{self, None, Some};
#[cfg(stage0)]
use ptr::PtrExt;
use raw::{Repr, Slice};
use result::Result::{self, Ok, Err};
use slice::{self, SliceExt};