Split CSS classes for "typedef" vs "associatedtype".
This commit is contained in:
parent
c8e0f97ad2
commit
3f517fb1ae
8 changed files with 31 additions and 17 deletions
|
@ -797,7 +797,7 @@ fn assoc_type(
|
|||
) {
|
||||
write!(
|
||||
w,
|
||||
"{}type <a href=\"{}\" class=\"type\">{}</a>",
|
||||
"{}type <a href=\"{}\" class=\"associatedtype\">{}</a>",
|
||||
extra,
|
||||
naive_assoc_href(it, link, cx),
|
||||
it.name.as_ref().unwrap()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue