rustdoc: remove no-op CSS .source pre.rust { white-space: pre }

This rule, added in 49e6db7f3510a99ab3d3723b2430add985629c39, overrode a
rule in normalize.css.

49e6db7f35/src/librustdoc/html/static/normalize.css (L169-L175)

When normalize.css was updated, this rule went away.

a8edd0c5aa
This commit is contained in:
Michael Howell 2022-10-23 22:16:13 -07:00
parent 7feb003882
commit 45a9d18969

View File

@ -538,7 +538,6 @@ ul.block, .block li {
}
.source .content pre.rust {
white-space: pre;
overflow: auto;
padding-left: 0;
}