We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f466f52 commit 01a1bcbCopy full SHA for 01a1bcb
src/librustdoc/html/static/main.js
@@ -79,7 +79,7 @@ function getSearchElement() {
79
"derive",
80
"traitalias"];
81
82
- var disableShortcuts = getCurrentValue("rustdoc-disable-shortcuts") !== "true";
+ var disableShortcuts = getCurrentValue("rustdoc-disable-shortcuts") === "true";
83
var search_input = getSearchInput();
84
85
// On the search screen, so you remain on the last tab you opened.
0 commit comments