From 89b80faa8ef2b52f5adc423cfcfed69b313ea1b7 Mon Sep 17 00:00:00 2001 From: Eduard Burtescu Date: Fri, 16 Jan 2015 17:01:02 +0200 Subject: Register new snapshots. --- src/liballoc/boxed.rs | 8 -------- src/liballoc/rc.rs | 8 -------- 2 files changed, 16 deletions(-) (limited to 'src/liballoc') diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index 458eb3dce57..8ad0c152dc8 100644 --- a/src/liballoc/boxed.rs +++ b/src/liballoc/boxed.rs @@ -117,14 +117,6 @@ impl Ord for Box { #[stable] impl Eq for Box {} -#[cfg(stage0)] -impl> Hash for Box { - #[inline] - fn hash(&self, state: &mut S) { - (**self).hash(state); - } -} -#[cfg(not(stage0))] impl> Hash for Box { #[inline] fn hash(&self, state: &mut S) { diff --git a/src/liballoc/rc.rs b/src/liballoc/rc.rs index 0e18cdda8dd..7191a7af346 100644 --- a/src/liballoc/rc.rs +++ b/src/liballoc/rc.rs @@ -686,14 +686,6 @@ impl Ord for Rc { } // FIXME (#18248) Make `T` `Sized?` -#[cfg(stage0)] -impl> Hash for Rc { - #[inline] - fn hash(&self, state: &mut S) { - (**self).hash(state); - } -} -#[cfg(not(stage0))] impl> Hash for Rc { #[inline] fn hash(&self, state: &mut S) { -- cgit 1.4.1-3-g733a5