about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-41783.codeblock.html
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-10-31 13:12:51 -0700
committerMichael Howell <michael@notriddle.com>2022-10-31 13:55:39 -0700
commit6432bb71b63bc9e929aff8f93b5c55fe25d4b1d8 (patch)
tree4f0f8132638fe5f0dda995d84983365dbb828507 /src/test/rustdoc/issue-41783.codeblock.html
parent2afca78a0b03db144c5d8b9f8868feebfe096309 (diff)
downloadrust-6432bb71b63bc9e929aff8f93b5c55fe25d4b1d8.tar.gz
rust-6432bb71b63bc9e929aff8f93b5c55fe25d4b1d8.zip
rustdoc: rename syntax highlighting CSS class `attribute` to `attr`
Link classes use the abbreviation `attr`, so why shouldn't
syntax highlighting?
Diffstat (limited to 'src/test/rustdoc/issue-41783.codeblock.html')
-rw-r--r--src/test/rustdoc/issue-41783.codeblock.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/issue-41783.codeblock.html b/src/test/rustdoc/issue-41783.codeblock.html
index 89987491d1b..3bca4536cd5 100644
--- a/src/test/rustdoc/issue-41783.codeblock.html
+++ b/src/test/rustdoc/issue-41783.codeblock.html
@@ -1,5 +1,5 @@
 <code># single
 ## double
 ### triple
-<span class="attribute">#[outer]
+<span class="attr">#[outer]
 #![inner]</span></code>