Open
Bug 1976756
Opened 6 months ago
Updated 6 months ago
Add SAFETY comment lint for Rust code
Categories
(Thunderbird :: Build Config, enhancement)
Thunderbird
Build Config
Tracking
(Not tracked)
NEW
People
(Reporter: jtracey, Unassigned)
References
(Depends on 1 open bug)
Details
Ideally, all unsafe Rust blocks should have a SAFETY comment spelling out when and how it is safe. We should be able to make use of the undocumented_unsafe_blocks clippy lint.
You need to log in
before you can comment on or make changes to this bug.
Description
•