about summary refs log tree commit diff
path: root/src/test/rustdoc/hide-unstable-trait.rs
AgeCommit message (Collapse)AuthorLines
2020-07-19Only skip impls of foreign unstable traitsMark Rousskov-0/+11
Previously unstable impls were skipped, which meant that any impl with an unstable method would get skipped.