From: Chris Morgan Date: Tue, 25 Jan 2022 13:57:40 +0000 (+1100) Subject: Narrow an unsafe block to the minimum X-Git-Tag: 1.0.0-beta.2~6 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/ff0fd8d0cf6d6bbd91fd152efab049235e292fbc?hp=ff0fd8d0cf6d6bbd91fd152efab049235e292fbc 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. ---