-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
All function names should be wrapped in a <span class="fnname">...</span>
and the following CSS applied:
.fnname {
color: #8c6067;
}
It'll make scanning long lists of fn declarations a bit easier.
/cc @alexcrichton
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.