File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,8 @@ if no suggestion can be made.
542542
543543
544544### missing-docs-in-crate-items
545- Whether to ** only** check for missing documentation in ` pub(crate) ` items.
545+ Whether to ** only** check for missing documentation in items visible within the current
546+ crate. For example, ` pub(crate) ` items.
546547
547548** Default Value:** ` false ` (` bool ` )
548549
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ declare_clippy_lint! {
3636}
3737
3838pub struct MissingDoc {
39- /// Whether to only check for missing docs in `pub(crate)` items.
39+ /// Whether to **only** check for missing documentation in items visible within the current
40+ /// crate. For example, `pub(crate)` items.
4041 crate_items_only : bool ,
4142 /// Stack of whether #[doc(hidden)] is set
4243 /// at each level which has lint attributes.
You can’t perform that action at this time.
0 commit comments