rustdoc: remove weird, unused variable from source-files.js

This commit is contained in:
Michael Howell 2022-05-12 17:34:16 -07:00
parent c6499fd998
commit 1b41d11d74

View File

@ -417,7 +417,7 @@ pub(super) fn write_shared(
));
all_sources.sort();
Ok(format!(
"var N = null;var sourcesIndex = {{}};\n{}\ncreateSourceSidebar();\n",
"var sourcesIndex = {{}};\n{}\ncreateSourceSidebar();\n",
all_sources.join("\n")
)
.into_bytes())