Closed TTWNO closed 11 months ago
cargo fmt check failed
I requested source code comments stating, why the unsafe {}
sections are actually safe. Like:
// SAFETY: the following unsafe section is safe, because ....
I requested source code comments stating, why the unsafe {} sections are actually safe.
I understand now.
Just checking if there's anything else I need to do to get this merged? Happy to get started on it ASAP :)
Maybe rebase on the current master and squash some commits
Done!
Thanks!
released 1.1.0
A fix-up of #8
I understand you requested safety comments, however, it appears that safety comments are being generated for parts of the code unchanged by this PR.