rust-dirstatemap: inline the last `get_or_insert` call...
rust-dirstatemap: inline the last `get_or_insert` call
The `get_or_insert` method was dangerous because it did not take the
`DirstateMap` counters into account. This particular instance does not need
to update the counters.
Differential Revision:
https://phab.mercurial-scm.org/D12527