]> git.lizzy.rs Git - rust.git/commit
Stop using transmute_mut in RefCell
authorSteven Fackler <sfackler@gmail.com>
Wed, 9 Apr 2014 05:54:06 +0000 (22:54 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 10 Apr 2014 22:21:59 +0000 (15:21 -0700)
commitb99482801fd09f33c70329bc72fc6efebd7cd3b5
tree09d9ccf58873c8b4c244a265b06b0ed08b9b6adf
parent6e63b12f5f1c4974bcb90455b01146938f73f328
Stop using transmute_mut in RefCell

This is supposedly undefined behavior now that Unsafe exists, so we'll
use Cell instead.
src/libstd/cell.rs