Rollup merge of #100938 - notriddle:notriddle/fields-table, r=sanxiyn

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:
Matthias Krüger 2022-08-24 18:20:19 +02:00 committed by GitHub
commit a0fbfd8d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;