Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of mut reference to a static mut
Since we're working with pointer instead we can just use `addr_of_mut!`
- Loading branch information