Review unsafe scopes #313
Labels
kind/enhancement
For PRs adding features, improving functionality, docs, tests, etc.
lifecycle/needs-review
The issue has not yet been reviewed.
Milestone
In general the use of unsafe should be limited to blocks where unsafe code is used , with the exception that public functions that dereference raw pointer arguments should be marked as unsafe see here.
We need to review the code base to use the smallest possible scopes.
This can be split into multiple smaller issues to address specific parts of the codebase.
The text was updated successfully, but these errors were encountered: