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 {
257
257
ty : number ,
258
258
type ?: FunctionSearchType ,
259
259
paramNames ?: string [ ] ,
260
- displayTypeSignature : Promise < rustdoc . DisplayTypeSignature > | null ,
260
+ displayTypeSignature : Promise < rustdoc . DisplayTypeSignature > | undefined ,
261
261
item : Row ,
262
262
dontValidate ?: boolean ,
263
263
}
Original file line number Diff line number Diff line change @@ -2793,7 +2793,7 @@ class DocSearch {
2793
2793
displayPath : pathSplitter ( res [ 0 ] ) ,
2794
2794
fullPath : "" ,
2795
2795
href : "" ,
2796
- displayTypeSignature : null ,
2796
+ displayTypeSignature : undefined ,
2797
2797
} , this . searchIndex [ result . id ] ) ;
2798
2798
2799
2799
// To be sure than it some items aren't considered as duplicate.
You can’t perform that action at this time.
0 commit comments