Open kitcatier opened 1 year ago
Please describe the PR here.
When you submit a PR, please make sure your PR satisfies the following checklist:
cargo clippy
rustfmt
Description
Please describe the PR here.
Pre-Submission Checklist
When you submit a PR, please make sure your PR satisfies the following checklist:
cargo clippy
warnings.rustfmt
. https://github.com/nuta/kerla/blob/e1ddf73614a7bc5a400e9739b4f3a20af2ed045e/runtime/x64/semihosting.rs#L10-L14 hello, if a function's entire body is unsafe, the function is itself unsafe and should be marked appropriately. Marking them unsafe also means that callers must make sure they know what they're doing.