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.
542
542
543
543
544
544
### 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.
546
547
547
548
** Default Value:** ` false ` (` bool ` )
548
549
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ declare_clippy_lint! {
36
36
}
37
37
38
38
pub 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.
40
41
crate_items_only : bool ,
41
42
/// Stack of whether #[doc(hidden)] is set
42
43
/// at each level which has lint attributes.
You can’t perform that action at this time.
0 commit comments