mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 01:57:41 +08:00
Misc
This commit is contained in:
parent
0403ec0a56
commit
e9668eff79
@ -230,7 +230,7 @@ bitflags! {
|
||||
|
||||
let mut exp = 0;
|
||||
while exp <= 24 {
|
||||
all |= 1 << exp;
|
||||
all = (all << 1) + 1;
|
||||
exp += 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user