clippy fix

This commit is contained in:
Henry Schimke
2023-05-04 13:53:57 -05:00
parent 634722a806
commit 326da6808a
3 changed files with 26 additions and 27 deletions

View File

@@ -44,6 +44,7 @@ pub fn GetDataMaskBit(maskIndex: u32, x: u32, y: u32, isMicro: Option<bool>) ->
))
}
#[allow(dead_code)]
pub fn GetMaskedBit(
bits: &BitMatrix,
x: u32,