Abbreviate long typenames so they don't get wrapped in results

This commit is contained in:
Noah Lev 2023-06-23 09:51:53 -07:00
parent a8fa961696
commit c4fca7202b

View file

@ -52,9 +52,9 @@ const longItemTypes = [
"enum variant", "enum variant",
"macro", "macro",
"primitive type", "primitive type",
"associated type", "assoc type",
"constant", "constant",
"associated constant", "assoc const",
"union", "union",
"foreign type", "foreign type",
"keyword", "keyword",