Add trait aliases to js types
This commit is contained in:
parent
29354ddc15
commit
c20357a62a
1 changed files with 3 additions and 1 deletions
|
@ -68,7 +68,8 @@ if (!DOMTokenList.prototype.remove) {
|
||||||
"keyword",
|
"keyword",
|
||||||
"existential",
|
"existential",
|
||||||
"attr",
|
"attr",
|
||||||
"derive"];
|
"derive",
|
||||||
|
"traitalias"];
|
||||||
|
|
||||||
var search_input = document.getElementsByClassName("search-input")[0];
|
var search_input = document.getElementsByClassName("search-input")[0];
|
||||||
|
|
||||||
|
@ -1786,6 +1787,7 @@ if (!DOMTokenList.prototype.remove) {
|
||||||
block("type", "Type Definitions");
|
block("type", "Type Definitions");
|
||||||
block("foreigntype", "Foreign Types");
|
block("foreigntype", "Foreign Types");
|
||||||
block("keyword", "Keywords");
|
block("keyword", "Keywords");
|
||||||
|
block("traitalias", "Trait Aliases");
|
||||||
}
|
}
|
||||||
|
|
||||||
window.initSidebarItems = initSidebarItems;
|
window.initSidebarItems = initSidebarItems;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue