Skip to content

Commit 6d8cdba

Browse files
committed
Merge pull request #215 from oli-obk/patch-2
UnsafeCell::get_mut instead of `as_mut`
2 parents 73e83f5 + bf17de2 commit 6d8cdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drafts/2016-05-16-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If you are a Rust project owner and are looking for contributors, please submit
6464
* [`Duration::new(..)` now panics instead of wrapping](https://github.com/rust-lang/rust/pull/33072)
6565
* [`-Wrapping(_)` negation implemented](https://github.com/rust-lang/rust/pull/33067)
6666
* [`Default` for `&CStr` + `CString`](https://github.com/rust-lang/rust/pull/32990)
67-
* [`UnsafeCell/Cell.as_mut()`](https://github.com/rust-lang/rust/pull/32565)
67+
* [`UnsafeCell/Cell.get_mut()`](https://github.com/rust-lang/rust/pull/32565)
6868
* [`const_eval` fixes](https://github.com/rust-lang/rust/pull/33339)
6969
* [New armv7-linux-androideabi target](https://github.com/rust-lang/rust/pull/33414)
7070

0 commit comments

Comments
 (0)