]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #32550 - tbu-:pr_ref_cell_as_unsafe_cell, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 1 Apr 2016 00:52:25 +0000 (17:52 -0700)
committerbors <bors@rust-lang.org>
Fri, 1 Apr 2016 00:52:25 +0000 (17:52 -0700)
Remove `unsafe` qualifier from `RefCell::as_unsafe_cell`

This method is no longer unsafe because the field of `UnsafeCell` is no
longer public.


Trivial merge