rust/hg-core/src/dirstate_tree.rs
author Raphaël Gomès <rgomes@octobus.net>
Tue, 10 Jan 2023 10:41:52 +0100
changeset 49934 83437ad8fe3d
parent 48069 3d0a9c6e614d
permissions -rw-r--r--
rust-clippy: remove redundant suffix from enum Same as last time, this makes the code clearer in this instance.

pub mod dirstate_map;
pub mod on_disk;
pub mod owning;
pub mod path_with_basename;
pub mod status;