Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: remove unused JS IIFE from main.js
This [IIFE] made sense when it was added in f0683f9 and there was a local variable scoped to it, but now it only sets two globals, so it does nothing. [IIFE]: https://developer.mozilla.org/en-US/docs/Glossary/IIFE "immediately invoked function expression"
- Loading branch information