hamt: fix persist instance

This commit is contained in:
Edward Amsden 2023-12-11 23:15:18 -06:00
parent 548dc3f3c4
commit bbaa758c95

View File

@ -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();