Skip to content

Commit

Permalink
Fix gui testings
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Aug 28, 2024
1 parent 7ffb4f6 commit 6bf6199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ class DocSearch {
const row = {
crate,
ty: itemTypes.charCodeAt(i) - 65, // 65 = "A"
name: itemNames[i],
name,
path,
descShard,
descIndex,
Expand Down

0 comments on commit 6bf6199

Please sign in to comment.