From 5d4cce6cec7c0975263bbe6f4260167a772bfc89 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Tue, 12 May 2015 14:41:08 +1200 Subject: Rebasing --- src/liballoc/rc.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/liballoc') diff --git a/src/liballoc/rc.rs b/src/liballoc/rc.rs index 837cf590024..15d6e6fa960 100644 --- a/src/liballoc/rc.rs +++ b/src/liballoc/rc.rs @@ -460,7 +460,6 @@ impl Deref for Rc { } #[cfg(stage0)] // SNAP c64d671 -#[unsafe_destructor] #[stable(feature = "rust1", since = "1.0.0")] impl Drop for Rc { /// Drops the `Rc`. @@ -512,7 +511,6 @@ impl Drop for Rc { } #[cfg(not(stage0))] // SNAP c64d671 -#[unsafe_destructor] #[stable(feature = "rust1", since = "1.0.0")] impl Drop for Rc { /// Drops the `Rc`. @@ -933,7 +931,6 @@ impl Weak { } #[cfg(stage0)] // SNAP c64d671 -#[unsafe_destructor] #[stable(feature = "rust1", since = "1.0.0")] impl Drop for Weak { /// Drops the `Weak`. @@ -979,7 +976,6 @@ impl Drop for Weak { } #[cfg(not(stage0))] // SNAP c64d671 -#[unsafe_destructor] #[stable(feature = "rust1", since = "1.0.0")] impl Drop for Weak { /// Drops the `Weak`. -- cgit 1.4.1-3-g733a5