about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-09-30 22:17:04 -0700
committerMichael Howell <michael@notriddle.com>2022-09-30 22:17:04 -0700
commitfcb4e0abfc84dfc59f4b03beae4aa5c2d28346b3 (patch)
tree9b4f6451ea61e138da8b418ec019dfc976a449d9
parentc5b105dc9a14116248512ba6fec8d3f0f4f24f0f (diff)
downloadrust-fcb4e0abfc84dfc59f4b03beae4aa5c2d28346b3.tar.gz
rust-fcb4e0abfc84dfc59f4b03beae4aa5c2d28346b3.zip
rustdoc: remove unused CSS selector `a.source`
The link with this class attribute was removed in
4d16de01d0beb84dc4a351022ea5cb587b4ab557.
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css
index 9e991cc03a0..fe669705713 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -201,7 +201,6 @@ h4.code-header {
 h1, h2, h3, h4, h5, h6,
 .sidebar,
 .mobile-topbar,
-a.source,
 .search-input,
 .search-results .result-name,
 .item-left > a,