1
Fork 0

Split CSS classes for "typedef" vs "associatedtype".

This commit is contained in:
Jacob Hoffman-Andrews 2021-12-10 11:35:26 -08:00
parent c8e0f97ad2
commit 3f517fb1ae
8 changed files with 31 additions and 17 deletions

View file

@ -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()