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.
2 parents 5f0dc0e + b6cfcd3 commit 3418d2fCopy full SHA for 3418d2f
src/librustdoc/html/static/main.js
@@ -2105,7 +2105,7 @@ if (!DOMTokenList.prototype.remove) {
2105
}
2106
2107
var toggle = createSimpleToggle(false);
2108
- var hideMethodDocs = getCurrentValue("rustdoc-method-docs") !== "false";
+ var hideMethodDocs = getCurrentValue("rustdoc-method-docs") === "true";
2109
var pageId = getPageId();
2110
2111
var func = function(e) {
0 commit comments