Skip to content

Commit 1b41d11

Browse files
committed
rustdoc: remove weird, unused variable from source-files.js
1 parent c6499fd commit 1b41d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render/write_shared.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ pub(super) fn write_shared(
417417
));
418418
all_sources.sort();
419419
Ok(format!(
420-
"var N = null;var sourcesIndex = {{}};\n{}\ncreateSourceSidebar();\n",
420+
"var sourcesIndex = {{}};\n{}\ncreateSourceSidebar();\n",
421421
all_sources.join("\n")
422422
)
423423
.into_bytes())

0 commit comments

Comments
 (0)