mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
Fix default value for setting "Auto-hide item methods' documentation"
This commit is contained in:
@@ -2105,7 +2105,7 @@ if (!DOMTokenList.prototype.remove) {
|
||||
}
|
||||
|
||||
var toggle = createSimpleToggle(false);
|
||||
var hideMethodDocs = getCurrentValue("rustdoc-method-docs") !== "false";
|
||||
var hideMethodDocs = getCurrentValue("rustdoc-method-docs") === "true";
|
||||
var pageId = getPageId();
|
||||
|
||||
var func = function(e) {
|
||||
|
||||
Reference in New Issue
Block a user