File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
librustdoc/html/static/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ function preLoadCss(cssUrl) {
346346 const list = await descShard . promise ;
347347 return list [ descIndex ] ;
348348 } ,
349- loadedDescShard : function ( crate , shard , data ) {
349+ loadedDescShard : function ( crate , shard , data ) {
350350 this . descShards . get ( crate ) [ shard ] . resolve ( data . split ( "\n" ) ) ;
351351 } ,
352352 } ;
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ function loadSearchJS(doc_folder, resource_suffix) {
426426 const list = await descShard . promise ;
427427 return list [ descIndex ] ;
428428 } ,
429- loadedDescShard : function ( crate , shard , data ) {
429+ loadedDescShard : function ( crate , shard , data ) {
430430 //console.log(this.descShards);
431431 this . descShards . get ( crate ) [ shard ] . resolve ( data . split ( "\n" ) ) ;
432432 } ,
You can’t perform that action at this time.
0 commit comments