rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

don't allow undocumented unsafe blocks #109

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 1 year ago

We already have this as a requirement for merging PRs as part of the PR checklist template, but it's better to enforce it. This comes with the disadvantage that we will need to update all comments and add the prefix "SAFETY: " as required by the clippy check.

Signed-off-by: Andreea Florescu fandree@amazon.com

Summary of the PR

Please summarize here why the changes in this PR are needed.

Requirements

Before submitting your PR, please make sure you addressed the following requirements: