rustdoc: remove unused CSS rule

According to [blame], this rule was added to support enum struct
variants. However, enum struct variants don't use tables in their design
any more, so this rule does nothing.

[blame]: 87991d5f5d/src/librustdoc/html/static/css/rustdoc.css (L748)
This commit is contained in:
Michael Howell 2022-08-23 18:15:53 -07:00
parent 87991d5f5d
commit b1925b811e

View file

@ -745,10 +745,6 @@ pre, .rustdoc.source .example-wrap {
border: 1px solid var(--border-color);
}
.fields + table {
margin-bottom: 1em;
}
.content .item-list {
list-style-type: none;
padding: 0;