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 938d4ff commit b6cfcd3Copy full SHA for b6cfcd3
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