Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ndk/bitmap: Add missing
# Safety
docs to satisfy Rust 1.74 lint
`clippy::missing_safety_doc` is turned on by default but didn't catch one `unsafe` function; that seems to have been fixed in Rust 1.74, for which we should add the missing reason why `compress_raw()` is annotated as `unsafe`.
- Loading branch information