File tree 1 file changed +4
-4
lines changed
src/librustdoc/html/static/js
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2815,7 +2815,7 @@ ${item.displayPath}<span class="${type}">${name}</span>\
2815
2815
}
2816
2816
}
2817
2817
2818
- let crates = "" ;
2818
+ let crates = "" ;
2819
2819
2820
2820
let output = `<h1 class="search-results-title">Results${ crates } </h1>` ;
2821
2821
if ( results . query . error !== null ) {
@@ -3879,9 +3879,9 @@ ${item.displayPath}<span class="${type}">${name}</span>\
3879
3879
}
3880
3880
3881
3881
3882
- console . log ( rawSearchIndex ) ;
3883
- let crates = "" ;
3884
- if ( rawSearchIndex . size > 1 ) {
3882
+ console . log ( rawSearchIndex ) ;
3883
+ let crates = "" ;
3884
+ if ( rawSearchIndex . size > 1 ) {
3885
3885
crates = "<div id=\"crate-search-div\"><select id=\"crate-search\">" +
3886
3886
"<option value=\"all crates\" selected>all crates</option>" ;
3887
3887
for ( const c of rawSearchIndex . keys ( ) ) {
You can’t perform that action at this time.
0 commit comments