mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
ba86a99d24
Scope `missing_docs_in_private_items` to only private items `missing_docs_in_private_items` currently detects missing docs for public items as well as private. Since `missing_docs`already covers public items, this PR updates `missing_docs_in_private_items` to only cover private items. Fixes #1895 changelog: [`missing_docs_in_private_items`]: Apply lint only to private items (used to be public and private) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |