Skip to content

Commit 2f7fa24

Browse files
Update rustdoc-js
1 parent fb54a4a commit 2f7fa24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/rustdoc-js/tester.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ function main(argv) {
231231
finalJS = "";
232232

233233
var arraysToLoad = ["itemTypes"];
234-
var variablesToLoad = ["MAX_LEV_DISTANCE", "MAX_RESULTS", "TY_PRIMITIVE", "levenshtein_row2"];
234+
var variablesToLoad = ["MAX_LEV_DISTANCE", "MAX_RESULTS",
235+
"TY_PRIMITIVE", "TY_KEYWORD",
236+
"levenshtein_row2"];
235237
// execQuery first parameter is built in getQuery (which takes in the search input).
236238
// execQuery last parameter is built in buildIndex.
237239
// buildIndex requires the hashmap from search-index.

0 commit comments

Comments
 (0)