1
Fork 0

Add trait aliases to js types

This commit is contained in:
Guillaume Gomez 2019-02-07 01:02:23 +01:00
parent 29354ddc15
commit c20357a62a

View file

@ -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;