rust/library/alloc
carbotaniuman 493c037699 Eliminate mut reference UB in Drop impl for Rc<T>
This changes `self.ptr.as_mut()` with `get_mut_unchecked` which
does not use an intermediate reference.  Arc<T> already handled this
case properly.
2020-09-09 12:14:18 -05:00
..
benches fix benchmark compile errors 2020-09-03 20:59:33 +02:00
src Eliminate mut reference UB in Drop impl for Rc<T> 2020-09-09 12:14:18 -05:00
tests Auto merge of #76368 - ayushmishra2005:move_str_contact_library, r=jyn514 2020-09-07 05:20:46 +00:00
Cargo.toml