Fix `Clone` for `Box<[T]>` issue title.

This commit is contained in:
Scott Olson 2015-08-03 19:02:30 -04:00
parent 0d4c3910ca
commit ffb1a32fc2
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ available at an indeterminate future date.
* [Deprecate a number of unstable * [Deprecate a number of unstable
features](https://github.com/rust-lang/rust/pull/26914). The list is features](https://github.com/rust-lang/rust/pull/26914). The list is
sizable. sizable.
* [Implement `Clone` for `Box<T> where T: * [Implement `Clone` for `Box<[T]> where T:
Clone`](https://github.com/rust-lang/rust/pull/26934) Clone`](https://github.com/rust-lang/rust/pull/26934)
* [Make `AtomicPtr` `Send`](https://github.com/rust-lang/rust/pull/27052) * [Make `AtomicPtr` `Send`](https://github.com/rust-lang/rust/pull/27052)
* [Make `Rc` and `Arc` `mem::forget` * [Make `Rc` and `Arc` `mem::forget`