Elaborate comment

Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
Hirochika Matsumoto 2021-09-26 01:07:10 +09:00 committed by GitHub
parent 3239f06585
commit 195f752109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.