File tree 2 files changed +2
-2
lines changed
librustdoc/html/static/js
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ function preLoadCss(cssUrl) {
346
346
const list = await descShard . promise ;
347
347
return list [ descIndex ] ;
348
348
} ,
349
- loadedDescShard : function ( crate , shard , data ) {
349
+ loadedDescShard : function ( crate , shard , data ) {
350
350
this . descShards . get ( crate ) [ shard ] . resolve ( data . split ( "\n" ) ) ;
351
351
} ,
352
352
} ;
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ function loadSearchJS(doc_folder, resource_suffix) {
426
426
const list = await descShard . promise ;
427
427
return list [ descIndex ] ;
428
428
} ,
429
- loadedDescShard : function ( crate , shard , data ) {
429
+ loadedDescShard : function ( crate , shard , data ) {
430
430
//console.log(this.descShards);
431
431
this . descShards . get ( crate ) [ shard ] . resolve ( data . split ( "\n" ) ) ;
432
432
} ,
You can’t perform that action at this time.
0 commit comments