rustdoc-search: use correct type annotations
This commit is contained in:
parent
5c7e7dfe10
commit
5973005d93
@ -9,12 +9,12 @@ function initSearch(searchIndex){}
|
||||
/**
|
||||
* @typedef {{
|
||||
* name: string,
|
||||
* id: integer|null,
|
||||
* id: number|null,
|
||||
* fullPath: Array<string>,
|
||||
* pathWithoutLast: Array<string>,
|
||||
* pathLast: string,
|
||||
* generics: Array<QueryElement>,
|
||||
* bindings: Map<integer, Array<QueryElement>>,
|
||||
* bindings: Map<number, Array<QueryElement>>,
|
||||
* }}
|
||||
*/
|
||||
let QueryElement;
|
||||
|
Loading…
Reference in New Issue
Block a user