Open haraldh opened 2 years ago
Yes, having every unsafe block documented will be mandatory if we ever hope to pass an actual audit. In general I would also like to see safety comments be more rigorous and standardized, but that can happen in a future effort.
Also turning on more clippy lints in general is something that we should pursue.
Is there an existing issue for this?
Description
For better review and a later audit process, it is critical to have safety comments for all unsafe blocks.
To make those blocks as small as possible, unsafe functions should allow unsafe blocks in the inside also.
Acceptance Criteria
No response
Suggestions for a technical implementation
Add