diff --git a/content/2015-08-03-this-week-in-rust.md b/content/2015-08-03-this-week-in-rust.md index db0a3cac4..667d4754c 100644 --- a/content/2015-08-03-this-week-in-rust.md +++ b/content/2015-08-03-this-week-in-rust.md @@ -75,7 +75,7 @@ available at an indeterminate future date. * [Deprecate a number of unstable features](https://github.com/rust-lang/rust/pull/26914). The list is sizable. -* [Implement `Clone` for `Box where T: +* [Implement `Clone` for `Box<[T]> where T: Clone`](https://github.com/rust-lang/rust/pull/26934) * [Make `AtomicPtr` `Send`](https://github.com/rust-lang/rust/pull/27052) * [Make `Rc` and `Arc` `mem::forget`