Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UB in SFTMap implementations (#879)
1) Replaces casts of references to mutable references with `UnsafeCell<T>`. 2) Spaces are stored inside each of implementation as pointers in order to make Rust compiler happy because of lifetimes.
- Loading branch information