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 1f4435a commit 6cecd76Copy full SHA for 6cecd76
src/librustdoc/html/static/js/src-script.js
@@ -101,7 +101,6 @@ window.rustdocToggleSrcSidebar = () => {
101
* @param {string} srcIndexStr - strinified json map from crate name to dir structure
102
*/
103
function createSrcSidebar(srcIndexStr) {
104
- console.log(srcIndexStr);
105
const container = nonnull(document.querySelector("nav.sidebar"));
106
107
const sidebar = document.createElement("div");
0 commit comments