Elaborate comment
Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
parent
3239f06585
commit
195f752109
@ -400,7 +400,7 @@ crate fn build_impl(
|
|||||||
.filter(|item| {
|
.filter(|item| {
|
||||||
// Filter out impl items whose corresponding trait item has `doc(hidden)`
|
// Filter out impl items whose corresponding trait item has `doc(hidden)`
|
||||||
// not to document such impl items.
|
// not to document such impl items.
|
||||||
// For inherent impls, we don't do any filtering.
|
// For inherent impls, we don't do any filtering, because that's already done in strip_hidden.rs.
|
||||||
|
|
||||||
// When `--document-hidden-items` is passed, we don't
|
// When `--document-hidden-items` is passed, we don't
|
||||||
// do any filtering, too.
|
// do any filtering, too.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user