1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

didn't cargo check lol

This commit is contained in:
Ubuntu 2022-11-10 16:14:02 +00:00
parent 8b3fe0b241
commit 0738ad038f

View file

@ -88,7 +88,7 @@ impl BitSet {
return from_index;
}
let mut word = !self.data[u] & (u64::MAX.wrapping_shl(from_index));
let mut word = !self.data[u] & (u64::MAX.wrapping_shl(from_index.try_into().unwrap()));
loop {
if word != 0 {