Skip to content

Commit

Permalink
Improve use of unsafe and fix clippy complaints.
Browse files Browse the repository at this point in the history
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
nuttycom committed Aug 25, 2022
1 parent 2918091 commit ccae3ca
Showing 1 changed file with 627 additions and 201 deletions.
Loading

0 comments on commit ccae3ca

Please sign in to comment.