summary refs log tree commit diff
path: root/src/test/rustdoc/issue-98697.rs
AgeCommit message (Collapse)AuthorLines
2022-07-04rustdoc: filter '_ lifetimes from ty::GenericsMichael Howell-0/+4
Fixes a weirdly-rendered section of the std::string::String docs.
2022-06-30rustdoc: filter '_ lifetimes from ty::PolyTraitRefMichael Howell-0/+13
Fixes #98697