1
Fork 0

Rustdoc Search: Add Hint to Primitive Type Result

Closes #25167
This commit is contained in:
Pascal Hertleif 2015-05-22 14:25:29 +02:00
parent 94b6ddc37c
commit ec60d9f20c

View file

@ -443,6 +443,8 @@ a {
.content .search-results td:first-child { padding-right: 0; }
.content .search-results td:first-child a { padding-right: 10px; }
tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; }
#help {
background: #e9e9e9;
border-radius: 4px;