6ba3a00b94
Add `unnecessary_safety_doc` lint changelog: [`unnecessary_safety_doc`]: Add `unnecessary_safety_doc` lint fixes https://github.com/rust-lang/rust-clippy/issues/6880 This lint does not trigger for private functions, just like `missing_safety_docs`. Reason for that was implementation simplicity and because I figured asking first would make more sense, so if it should trigger for private functions as well let me know and I'll fix that up as well.