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.
2 parents c031413 + 1b41d11 commit 93a4dfdCopy full SHA for 93a4dfd
src/librustdoc/html/render/write_shared.rs
@@ -417,7 +417,7 @@ pub(super) fn write_shared(
417
));
418
all_sources.sort();
419
Ok(format!(
420
- "var N = null;var sourcesIndex = {{}};\n{}\ncreateSourceSidebar();\n",
+ "var sourcesIndex = {{}};\n{}\ncreateSourceSidebar();\n",
421
all_sources.join("\n")
422
)
423
.into_bytes())
0 commit comments