Skip to content

Commit 0ac9b26

Browse files
committed
Merge pull request #100 from tsion/patch-1
Fix `Clone` for `Box<[T]>` issue title.
2 parents 0d4c391 + ffb1a32 commit 0ac9b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2015-08-03-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ available at an indeterminate future date.
7575
* [Deprecate a number of unstable
7676
features](https://github.com/rust-lang/rust/pull/26914). The list is
7777
sizable.
78-
* [Implement `Clone` for `Box<T> where T:
78+
* [Implement `Clone` for `Box<[T]> where T:
7979
Clone`](https://github.com/rust-lang/rust/pull/26934)
8080
* [Make `AtomicPtr` `Send`](https://github.com/rust-lang/rust/pull/27052)
8181
* [Make `Rc` and `Arc` `mem::forget`

0 commit comments

Comments
 (0)