Mercurial > public > mercurial-scm > hg
view rust/hg-core/src/dirstate_tree.rs @ 51269:c4cbb515b006
rust-clippy: apply some more trivial fixes
All of these were hinted at by clippy and make the code simpler.
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Wed, 20 Dec 2023 14:59:31 +0100 |
parents | 3d0a9c6e614d |
children |
line wrap: on
line source
pub mod dirstate_map; pub mod on_disk; pub mod owning; pub mod path_with_basename; pub mod status;