rustdoc: remove weird, unused variable from source-files.js
This commit is contained in:
parent
c6499fd998
commit
1b41d11d74
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue