diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-04-16 16:33:42 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-04-18 20:59:09 +0200 |
| commit | 6f35475ba5e39f5e81227be26729ae7479a232c1 (patch) | |
| tree | 53838fa2e6b8e47f7989e65bf2d5bfcb6104b089 /src/tools/rustdoc-js | |
| parent | a6051c76dbe5e2d9935fa25c7232fe7b239272b8 (diff) | |
| download | rust-6f35475ba5e39f5e81227be26729ae7479a232c1.tar.gz rust-6f35475ba5e39f5e81227be26729ae7479a232c1.zip | |
Parse idents the same way in both quote string elements and "normal" elements
Diffstat (limited to 'src/tools/rustdoc-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 042581ac7ad..3aeeee0d8f0 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", "isSeparatorCharacter"]; + "isIdentCharacter", "isSeparatorCharacter", "getIdentEndPosition"]; const functions = ["hasOwnPropertyRustdoc", "onEach"]; ALIASES = {}; |
