[functional-tests] Fix clippy warnings
This commit is contained in:
@@ -116,7 +116,7 @@ impl Unpack for Bitmap {
|
||||
|
||||
for _b in 0..32 {
|
||||
let val = word & 0x3;
|
||||
word = word >> 2;
|
||||
word >>= 2;
|
||||
|
||||
if val < 3 {
|
||||
entries.push(BitmapEntry::Small(val as u8));
|
||||
|
||||
Reference in New Issue
Block a user