Less spammy log message

This commit is contained in:
Igor Katson 2024-04-26 09:42:44 +01:00
parent 5ffe2d59b7
commit ffc662e370
4 changed files with 13 additions and 9 deletions

View file

@ -67,6 +67,9 @@ impl ValidPieceIndex {
pub const fn get(&self) -> u32 {
self.0
}
pub const fn get_usize(&self) -> usize {
self.0 as usize
}
}
impl Lengths {