We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e407206 commit cb4a2d5Copy full SHA for cb4a2d5
src/librustdoc/html/static/main.js
@@ -596,9 +596,9 @@
596
}
597
598
return {
599
- raw,
600
- query,
601
- type,
+ raw: raw,
+ query: query,
+ type: type,
602
id: query + type
603
};
604
@@ -837,7 +837,7 @@
837
838
searchWords.push(crate);
839
searchIndex.push({
840
- crate,
+ crate: crate,
841
ty: 1, // == ExternCrate
842
name: crate,
843
path: "",
0 commit comments