Skip to content

Commit 93a4dfd

Browse files
authored
Rollup merge of #96998 - notriddle:notriddle/var-N, r=jsha
rustdoc: remove weird, unused variable from source-files.js
2 parents c031413 + 1b41d11 commit 93a4dfd

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)