mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-12 15:07:55 +00:00
Misc
This commit is contained in:
parent
a9a338dcba
commit
5db9105f61
@ -230,7 +230,7 @@ bitflags! {
|
|||||||
|
|
||||||
let mut exp = 0;
|
let mut exp = 0;
|
||||||
while exp <= 24 {
|
while exp <= 24 {
|
||||||
all |= 1 << exp;
|
all = (all << 1) + 1;
|
||||||
exp += 1;
|
exp += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user