We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Clone
Box<[T]>
1 parent 0d4c391 commit ffb1a32Copy full SHA for ffb1a32
content/2015-08-03-this-week-in-rust.md
@@ -75,7 +75,7 @@ available at an indeterminate future date.
75
* [Deprecate a number of unstable
76
features](https://github.com/rust-lang/rust/pull/26914). The list is
77
sizable.
78
-* [Implement `Clone` for `Box<T> where T:
+* [Implement `Clone` for `Box<[T]> where T:
79
Clone`](https://github.com/rust-lang/rust/pull/26934)
80
* [Make `AtomicPtr` `Send`](https://github.com/rust-lang/rust/pull/27052)
81
* [Make `Rc` and `Arc` `mem::forget`
0 commit comments