summary refs log tree commit diff
path: root/src/test/rustdoc-gui/docblock-table.goml
AgeCommit message (Collapse)AuthorLines
2022-08-26rustdoc: remove incorrect CSS selector `.impl-items table td`Michael Howell-0/+4
Fixes #100994 This selector was added in c7312fbae4979c6d4fdfbd1f55a71cd47d82a480. The bug can be seen at <https://doc.rust-lang.org/1.27.0/alloc/slice/trait.SliceIndex.html#foreign-impls>. This rule was added to help with a `<table>` that was used for displaying the function signature [src] lockup. That lockup was changed in 34bd2b845b3acd84c5a9bddae3ff8081c19ec5e9 to use flexbox instead, leaving this selector unused (at least, for its original purpose).