Skip to content

Commit 5c2820b

Browse files
committed
+ignore-tidy-filelength
1 parent 942ed31 commit 5c2820b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/html/static/main.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-tidy-filelength
12
// Local js definitions:
23
/* global addClass, getSettingValue, hasClass */
34
/* global onEach, onEachLazy, hasOwnProperty, removeClass, updateLocalStorage */
@@ -2574,7 +2575,7 @@ function hideThemeButtonState() {
25742575
var toggle = createSimpleToggle(false);
25752576
var hideMethodDocs = getSettingValue("auto-hide-method-docs") === "true";
25762577
var hideImplementors = getSettingValue("auto-collapse-implementors") !== "false";
2577-
let hideLargeItemContents = getSettingValue("auto-hide-large-items") !== "false";
2578+
var hideLargeItemContents = getSettingValue("auto-hide-large-items") !== "false";
25782579

25792580
var func = function(e) {
25802581
var next = e.nextElementSibling;

0 commit comments

Comments
 (0)