We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3239f06 commit 195f752Copy full SHA for 195f752
src/librustdoc/clean/inline.rs
@@ -400,7 +400,7 @@ crate fn build_impl(
400
.filter(|item| {
401
// Filter out impl items whose corresponding trait item has `doc(hidden)`
402
// not to document such impl items.
403
- // 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.
404
405
// When `--document-hidden-items` is passed, we don't
406
// do any filtering, too.
0 commit comments