about summary refs log tree commit diff
path: root/src/tools/rustdoc-js
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-30 11:32:03 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-04-18 20:59:09 +0200
commite03a9507471f5239d7cb51108f44994bc23bf234 (patch)
tree023c9057d6ee5884ce2bf184d2546c938dfa0f92 /src/tools/rustdoc-js
parentda829d8d9de73f196b17ab5e8b4a4c07863e30c9 (diff)
downloadrust-e03a9507471f5239d7cb51108f44994bc23bf234.tar.gz
rust-e03a9507471f5239d7cb51108f44994bc23bf234.zip
Handle separators in their own functions and fix missing handling of tabs
Diffstat (limited to 'src/tools/rustdoc-js')
-rw-r--r--src/tools/rustdoc-js/tester.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustdoc-js/tester.js b/src/tools/rustdoc-js/tester.js
index d5209089892..042581ac7ad 100644
--- a/src/tools/rustdoc-js/tester.js
+++ b/src/tools/rustdoc-js/tester.js
@@ -275,7 +275,7 @@ function loadSearchJsAndIndex(searchJs, searchIndex, storageJs, crate) {
                            "parseInput", "getItemsBefore", "getNextElem", "createQueryElement",
                            "isReturnArrow", "isPathStart", "getStringElem", "newParsedQuery",
                            "itemTypeFromName", "isEndCharacter", "isErrorCharacter",
-                           "isIdentCharacter"];
+                           "isIdentCharacter", "isSeparatorCharacter"];
 
     const functions = ["hasOwnPropertyRustdoc", "onEach"];
     ALIASES = {};