mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
rustdoc: remove weird, unused variable from source-files.js
This commit is contained in:
parent
c6499fd998
commit
1b41d11d74
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user