Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unsound Clone implementation for VmData.
This Clone implementation was garbage. This type has a raw pointer in it and frees it during drop. If we wanted to implement Clone on it, we would have to do it manually.
- Loading branch information