diff options
| author | bors <bors@rust-lang.org> | 2017-09-01 16:39:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-09-01 16:39:31 +0000 |
| commit | f861b6ee46465097eec266c160ac53e230df7cf0 (patch) | |
| tree | 405f0e674dbf26844264142051397b7fcee53d5f /src/libcore/array.rs | |
| parent | ed532c0d933aaae45e6804efc5936bea078bbaad (diff) | |
| parent | 271c63c18925725a9451c3e769e327f5c5a1167c (diff) | |
| download | rust-f861b6ee46465097eec266c160ac53e230df7cf0.tar.gz rust-f861b6ee46465097eec266c160ac53e230df7cf0.zip | |
Auto merge of #44154 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum
Bump to 1.22.0 and update boostrap compiler Time to get a new nightly!
Diffstat (limited to 'src/libcore/array.rs')
| -rw-r--r-- | src/libcore/array.rs | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ -124,14 +124,6 @@ macro_rules! array_impls { } #[stable(feature = "rust1", since = "1.0.0")] - #[cfg(stage0)] - impl<T:Copy> Clone for [T; $N] { - fn clone(&self) -> [T; $N] { - *self - } - } - - #[stable(feature = "rust1", since = "1.0.0")] impl<T: Hash> Hash for [T; $N] { fn hash<H: hash::Hasher>(&self, state: &mut H) { Hash::hash(&self[..], state) |
