Rollup merge of #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomez
rustdoc: remove unused JS IIFE from main.js
This [IIFE] made sense when it was added in deaf5e200e
and there was a local variable scoped to it, but now it calls a function, but declares nothing.
[IIFE]: https://developer.mozilla.org/en-US/docs/Glossary/IIFE "immediately invoked function expression"
This commit is contained in:
commit
b2ee0df1b4
1 changed files with 3 additions and 6 deletions
|
@ -723,12 +723,9 @@ function loadCss(cssUrl) {
|
|||
});
|
||||
};
|
||||
|
||||
(function() {
|
||||
// To avoid checking on "rustdoc-line-numbers" value on every loop...
|
||||
if (getSettingValue("line-numbers") === "true") {
|
||||
window.rustdoc_add_line_numbers_to_examples();
|
||||
}
|
||||
}());
|
||||
|
||||
let oldSidebarScrollPosition = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue