File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/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 @@ -257,7 +257,7 @@ declare namespace rustdoc {
257257 ty : number ,
258258 type ?: FunctionSearchType ,
259259 paramNames ?: string [ ] ,
260- displayTypeSignature : Promise < rustdoc . DisplayTypeSignature > | null ,
260+ displayTypeSignature : Promise < rustdoc . DisplayTypeSignature > | undefined ,
261261 item : Row ,
262262 dontValidate ?: boolean ,
263263 }
Original file line number Diff line number Diff line change @@ -2793,7 +2793,7 @@ class DocSearch {
27932793 displayPath : pathSplitter ( res [ 0 ] ) ,
27942794 fullPath : "" ,
27952795 href : "" ,
2796- displayTypeSignature : null ,
2796+ displayTypeSignature : undefined ,
27972797 } , this . searchIndex [ result . id ] ) ;
27982798
27992799 // To be sure than it some items aren't considered as duplicate.
You can’t perform that action at this time.
0 commit comments