author | Pierre-Yves David <pierre-yves.david@octobus.net> |
Thu, 12 Sep 2024 10:08:45 +0200 | |
changeset 51853 | 4777378fc3bf |
parent 51852 | 06549ab4281b |
child 51854 | 5baa52ca4932 |
--- a/rust/hg-core/src/revlog/index.rs Thu Sep 12 10:08:28 2024 +0200 +++ b/rust/hg-core/src/revlog/index.rs Thu Sep 12 10:08:45 2024 +0200 @@ -26,7 +26,7 @@ pub(super) header_bytes: [u8; INDEX_HEADER_SIZE], } -#[derive(Copy, Clone)] +#[derive(Copy, Clone, Debug)] pub struct IndexHeaderFlags { flags: u16, }