rustdoc: hide inherent impls with private impl items #137596
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
cc #137576. Rustdoc currently shows inherent impl items even if all impl items are private. This affects
BTreeMap
:rust/library/alloc/src/collections/btree/map.rs
Lines 292 to 315 in ad27045
I feel like the proper fix for this issue is for rustdoc to not show internal inherent impls even if the impl has a doc comment.
The text was updated successfully, but these errors were encountered: