Skip to content

Commit 509a50f

Browse files
authored
Merge pull request #667 from fbstj/patch-1
fix "impl Clone for Box, Box, Box" line
2 parents b987e35 + 258a9fc commit 509a50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2018-07-03-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ decision. Express your opinions now.
136136
* [disposition: merge] [Tracking issue for `ToOwned::clone_into` (`toowned_clone_into`)](https://github.com/rust-lang/rust/issues/41263).
137137
* [disposition: merge] [Tracking issue for `Rc::downcast` (`rc_downcast` feature)](https://github.com/rust-lang/rust/issues/44608).
138138
* [disposition: merge] [Respect -Z no-verify during LTO](https://github.com/rust-lang/rust/pull/51230).
139-
* [disposition: merge] [impl Clone for Box<CStr>, Box<OsStr>, Box<Path>](https://github.com/rust-lang/rust/pull/51912).
139+
* [disposition: merge] [impl Clone for `Box<CStr>`, `Box<OsStr>`, `Box<Path>`](https://github.com/rust-lang/rust/pull/51912).
140140
* [disposition: merge] [Add `#[repr(transparent)]` to some libcore types](https://github.com/rust-lang/rust/pull/51395).
141141
* [disposition: close] [Add `TryFrom<{integer}>` for `bool`](https://github.com/rust-lang/rust/pull/50597).
142142

0 commit comments

Comments
 (0)