This is an archive of the discontinued Mercurial Phabricator instance.

rust-parsers: use in-place mutation instead of allocating a new `Vec`
ClosedPublic

Authored by Alphare on Oct 1 2020, 3:57 AM.

Details

Summary

This is not done for the dirstate-tree feature, since it lacks iter_mut.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.