Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix soundness bug with Rt<Option<T>>
Was thinking about the implications of this, and if you ever have a &mut Option<Rt<T>> you could call `Option::take` and get the `Rt<T>` out. This would be unsound. Still need to think about how to support optionals in functions that take `&mut Context`.
- Loading branch information