mirror of
https://github.com/urbit/ares.git
synced 2024-12-23 21:31:57 +03:00
hamt: fix persist instance
This commit is contained in:
parent
548dc3f3c4
commit
bbaa758c95
@ -611,6 +611,7 @@ impl<T: Copy + Persist> Persist for Hamt<T> {
|
||||
break bytes;
|
||||
}
|
||||
depth -= 1;
|
||||
continue;
|
||||
}
|
||||
|
||||
let next_chunk = traversal[depth].bitmap.trailing_zeros();
|
||||
|
Loading…
Reference in New Issue
Block a user