Less spammy log message
This commit is contained in:
parent
5ffe2d59b7
commit
ffc662e370
4 changed files with 13 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue