forked from aldanor/fast-float-rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
A-secRelated to unsoundness/security issues.Related to unsoundness/security issues.
Milestone
Description
Rust allows the use of requiring annotations for unsafe code to document their safety invariants, as well as annotations for unsafe functions, which can help document and simplifying auditing and maintaining crates using unsafe code. Specifically, we should use the unsafe_op_in_unsafe_fn and ensure clippy is configured to check for these.
This will require:
allow(unused_unsafe)warn(unsafe_op_in_unsafe_fn))- Setting up clippy
Metadata
Metadata
Assignees
Labels
A-secRelated to unsoundness/security issues.Related to unsoundness/security issues.