Open
Description
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.