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 5c7e7df commit 5973005Copy full SHA for 5973005
src/librustdoc/html/static/js/externs.js
@@ -9,12 +9,12 @@ function initSearch(searchIndex){}
9
/**
10
* @typedef {{
11
* name: string,
12
- * id: integer|null,
+ * id: number|null,
13
* fullPath: Array<string>,
14
* pathWithoutLast: Array<string>,
15
* pathLast: string,
16
* generics: Array<QueryElement>,
17
- * bindings: Map<integer, Array<QueryElement>>,
+ * bindings: Map<number, Array<QueryElement>>,
18
* }}
19
*/
20
let QueryElement;
0 commit comments