1
Fork 0

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(); all_sources.sort();
Ok(format!( Ok(format!(
"var N = null;var sourcesIndex = {{}};\n{}\ncreateSourceSidebar();\n", "var sourcesIndex = {{}};\n{}\ncreateSourceSidebar();\n",
all_sources.join("\n") all_sources.join("\n")
) )
.into_bytes()) .into_bytes())