rustdoc: remove unused CSS .non-exhaustive { margin-bottom }

This selector was added in 959a13d53e to
target a `<div class="non-exhaustive">`. With
4edcf61479, the non-exhaustive indicator was
changed to a `<details>`, and a separate selector targetting
`details.non-exhaustive` was added for it, but the old selector was never
removed.
This commit is contained in:
Michael Howell 2022-09-17 09:00:20 -07:00
parent 672831a5c8
commit aeddd932a6

View File

@ -1522,10 +1522,6 @@ kbd {
list-style: none;
}
.non-exhaustive {
margin-bottom: 1em;
}
details.dir-entry {
padding-left: 4px;
}