Skip to content

Commit

Permalink
Elaborate comment
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Nelson <github@jyn.dev>
  • Loading branch information
hkmatsumoto and jyn514 committed Sep 25, 2021
1 parent 3239f06 commit 195f752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/clean/inline.rs
Expand Up @@ -400,7 +400,7 @@ crate fn build_impl(
.filter(|item| {
// Filter out impl items whose corresponding trait item has `doc(hidden)`
// 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
// do any filtering, too.
Expand Down

0 comments on commit 195f752

Please sign in to comment.