We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29354dd commit c20357aCopy full SHA for c20357a
src/librustdoc/html/static/main.js
@@ -68,7 +68,8 @@ if (!DOMTokenList.prototype.remove) {
68
"keyword",
69
"existential",
70
"attr",
71
- "derive"];
+ "derive",
72
+ "traitalias"];
73
74
var search_input = document.getElementsByClassName("search-input")[0];
75
@@ -1786,6 +1787,7 @@ if (!DOMTokenList.prototype.remove) {
1786
1787
block("type", "Type Definitions");
1788
block("foreigntype", "Foreign Types");
1789
block("keyword", "Keywords");
1790
+ block("traitalias", "Trait Aliases");
1791
}
1792
1793
window.initSidebarItems = initSidebarItems;
0 commit comments