We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc81ad2 commit 4c88f0cCopy full SHA for 4c88f0c
src/librustdoc/html/static/rustdoc.css
@@ -780,12 +780,12 @@ a {
780
float: left;
781
}
782
783
-tr.result span.primitive::after {
+.result-name span.primitive::after {
784
content: ' (primitive type)';
785
font-style: italic;
786
787
788
-tr.result span.keyword::after {
+.result-name span.keyword::after {
789
content: ' (keyword)';
790
791
0 commit comments