From 2972687d10408851e1c570cb9713622dfc051ecd Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 25 Aug 2017 08:39:02 -0700 Subject: Update bootstrap compiler This commit updates the bootstrap compiler and clears out a number of #[cfg(stage0)] annotations and related business --- src/libcore/array.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/libcore/array.rs') diff --git a/src/libcore/array.rs b/src/libcore/array.rs index 4b7706bac30..6a7926fecde 100644 --- a/src/libcore/array.rs +++ b/src/libcore/array.rs @@ -123,14 +123,6 @@ macro_rules! array_impls { } } - #[stable(feature = "rust1", since = "1.0.0")] - #[cfg(stage0)] - impl Clone for [T; $N] { - fn clone(&self) -> [T; $N] { - *self - } - } - #[stable(feature = "rust1", since = "1.0.0")] impl Hash for [T; $N] { fn hash(&self, state: &mut H) { -- cgit 1.4.1-3-g733a5