rustdoc-search: allow trailing Foo -> arg search

This commit is contained in:
Michael Howell 2024-09-05 17:58:05 -07:00
parent 9c01301c52
commit 3699e939e8
5 changed files with 81 additions and 14 deletions

View file

@ -41,6 +41,7 @@ let ParserState;
* foundElems: number,
* totalElems: number,
* literalSearch: boolean,
* hasReturnArrow: boolean,
* corrections: Array<{from: string, to: integer}> | null,
* typeFingerprint: Uint32Array,
* error: Array<string> | null,