missing_safety_doc should catch unsafe impl
#7732
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
I tried this code:
I expected to see this happen: The
missing_safety_doc
should complain about theunsafe impl
not having safety docs.Instead, this happened: This code passes the clippy check.
Meta
Rust version (
rustc -Vv
):CC @Manishearth
The text was updated successfully, but these errors were encountered: