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 5f9dd05 commit 9f3d84bCopy full SHA for 9f3d84b
src/librustdoc/html/static/js/main.js
@@ -683,6 +683,7 @@ function preLoadCss(cssUrl) {
683
break;
684
685
case "+":
686
+ case "=":
687
ev.preventDefault();
688
expandAllDocs();
689
@@ -1620,7 +1621,7 @@ function preLoadCss(cssUrl) {
1620
1621
["↓", "Move down in search results"],
1622
["← / →", "Switch result tab (when results focused)"],
1623
["⏎", "Go to active search result"],
- ["+", "Expand all sections"],
1624
+ ["+ / =", "Expand all sections"],
1625
["-", "Collapse all sections"],
1626
// for the sake of brevity, we don't say "inherit impl blocks",
1627
// although that would be more correct,
0 commit comments