Narrow an unsafe block to the minimum
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
commitff0fd8d0cf6d6bbd91fd152efab049235e292fbc
treeb186707704b7161c82d21a44d1ee764cdc9771d4
parent0316c0faea94309c896f63bd1986107bf533a079
Narrow an unsafe block to the minimum

This was necessary in the days of the raw module, when inserting to the
raw map was the unsafe operation rather than getting mutable access to
the raw map, to which I have changed it now.
src/lib.rs