Skip to content

Commit 6bf6199

Browse files
committed
Fix gui testings
1 parent 7ffb4f6 commit 6bf6199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/js/search.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ class DocSearch {
16831683
const row = {
16841684
crate,
16851685
ty: itemTypes.charCodeAt(i) - 65, // 65 = "A"
1686-
name: itemNames[i],
1686+
name,
16871687
path,
16881688
descShard,
16891689
descIndex,

0 commit comments

Comments
 (0)