Skip to content

Commit 195f752

Browse files
hkmatsumotojyn514
andauthored
Elaborate comment
Co-authored-by: Joshua Nelson <github@jyn.dev>
1 parent 3239f06 commit 195f752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/inline.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ crate fn build_impl(
400400
.filter(|item| {
401401
// Filter out impl items whose corresponding trait item has `doc(hidden)`
402402
// not to document such impl items.
403-
// For inherent impls, we don't do any filtering.
403+
// For inherent impls, we don't do any filtering, because that's already done in strip_hidden.rs.
404404

405405
// When `--document-hidden-items` is passed, we don't
406406
// do any filtering, too.

0 commit comments

Comments
 (0)