Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve use of
unsafe
and fix clippy complaints.
This modifies our use of `unsafe` to prefer unsafe blocks to fully unsafe function declarations, to make it easier to see what operations are actually unsafe within a function, and then adds safety documentation as appropriate.
- Loading branch information