Mercurial > public > mercurial-scm > hg
view rust/hg-core/src/dirstate_tree.rs @ 49634:ec399ddf6764
rust: use `matches!` macro now that we're using Rust 1.42+
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Mon, 14 Nov 2022 15:34:51 +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;