about summary refs log tree commit diff
path: root/src/test/rustdoc/hidden-trait-methods.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-29/+0
2021-09-25rustdoc: Don't show hidden trait methodsHirochika Matsumoto-0/+29
By skipping trait items whose attributes include `hidden`, we void showing such trait methods.