rust/library/core
Daniel Henry-Mantilla 8169989507 Add non-unsafe .get_mut() for UnsafeCell
Update the tracking issue number

Updated the documentation for `UnsafeCell`

Address review comments

Address more review comments + minor changes
2020-09-20 18:05:31 +02:00
..
benches flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
src Add non-unsafe .get_mut() for UnsafeCell 2020-09-20 18:05:31 +02:00
tests Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00