rustdoc: remove redundant CSS selector .notable-traits .notable

The margin was already being set to 0 only a few lines lower.
This commit is contained in:
Michael Howell 2022-10-26 12:15:58 -07:00
parent 0a6b941df3
commit 3dd7009f1f

View File

@ -1302,7 +1302,7 @@ h3.variant {
content: "\00a0\00a0\00a0";
}
.notable-traits .notable, .notable-traits .docblock {
.notable-traits .docblock {
margin: 0;
}