We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852079f commit 2d0f0caCopy full SHA for 2d0f0ca
src/librustdoc/html/render.rs
@@ -869,7 +869,7 @@ themePicker.onblur = handleThemeButtonsBlur;
869
v.push_str(&all_indexes.join("\n"));
870
// "addSearchOptions" has to be called first so the crate filtering can be set before the
871
// search might start (if it's set into the URL for example).
872
- v.push_str("addSearchOptions(searchIndex);initSearch(searchIndex);");
+ v.push_str("\naddSearchOptions(searchIndex);initSearch(searchIndex);");
873
cx.shared.fs.write(&dst, &v)?;
874
}
875
if options.enable_index_page {
0 commit comments