Uplift undocumented_unsafe_blocks
to pedantic
· Issue #11162 · rust-lang/rust-clippy (original) (raw)
Description
missing_safety_doc
is warn by default, I think it makes sense to have its counterpart undocumented_unsafe_blocks
at least be in pedantic. The other doc related lints like missing_panic_docs
are in pedantic, so it seems to be a suitible place.
@rustbot label +A-category