diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-02-09 20:56:37 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-04-18 20:59:08 +0200 |
| commit | 49297337b46eabef906a41f2c438bdd569b9227d (patch) | |
| tree | a2b2c802aa310585fb1c3fcde8e3ecd5f65c6558 /src/tools/rustdoc-js/tester.js | |
| parent | 99d552092c7a0c154b98c8d5120b1e3ad729cfcd (diff) | |
| download | rust-49297337b46eabef906a41f2c438bdd569b9227d.tar.gz rust-49297337b46eabef906a41f2c438bdd569b9227d.zip | |
Simplify parser syntax
Diffstat (limited to 'src/tools/rustdoc-js/tester.js')
| -rw-r--r-- | src/tools/rustdoc-js/tester.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustdoc-js/tester.js b/src/tools/rustdoc-js/tester.js index 934f35f2c41..afd878423c0 100644 --- a/src/tools/rustdoc-js/tester.js +++ b/src/tools/rustdoc-js/tester.js @@ -274,7 +274,7 @@ function loadSearchJsAndIndex(searchJs, searchIndex, storageJs, crate) { "isWhitespace", "isSpecialStartCharacter", "isStopCharacter", "parseInput", "getItemsBefore", "getNextElem", "createQueryElement", "isReturnArrow", "isPathStart", "getStringElem", "newParsedQuery", - "itemTypeFromName", "isEndCharacter"]; + "itemTypeFromName", "isEndCharacter", "isErrorCharacter"]; const functions = ["hasOwnPropertyRustdoc", "onEach"]; ALIASES = {}; |
