register snapshots

This commit is contained in:
Jorge Aparicio
2015-01-31 09:16:56 -05:00
parent eaf4c5c784
commit 134cf707df
21 changed files with 12 additions and 195 deletions

View File

@@ -20,9 +20,6 @@ use fmt;
use hash::{Hash, Hasher, self};
use iter::IntoIterator;
use marker::Copy;
#[cfg(stage0)]
use ops::{Deref, FullRange};
#[cfg(not(stage0))]
use ops::Deref;
use option::Option;
use slice::{Iter, IterMut, SliceExt};