Abbreviate long typenames so they don't get wrapped in results
This commit is contained in:
parent
a8fa961696
commit
c4fca7202b
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue