We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b7599 commit ec549d2Copy full SHA for ec549d2
src/librustdoc/html/static/js/rustdoc.d.ts
@@ -257,7 +257,7 @@ declare namespace rustdoc {
257
ty: number,
258
type?: FunctionSearchType,
259
paramNames?: string[],
260
- displayTypeSignature: Promise<rustdoc.DisplayTypeSignature> | null,
+ displayTypeSignature: Promise<rustdoc.DisplayTypeSignature> | undefined,
261
item: Row,
262
dontValidate?: boolean,
263
}
0 commit comments