Michael Howell
|
25eb52ff69
|
rustdoc: remove incorrect CSS selector .impl-items table td
Fixes #100994
This selector was added in c7312fbae4 .
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
34bd2b845b to use flexbox instead, leaving this
selector unused (at least, for its original purpose).
|
2022-08-26 08:48:50 -07:00 |
|