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 a9a52dd commit 8920167Copy full SHA for 8920167
src/librustdoc/html/static/js/search.js
@@ -2102,8 +2102,6 @@ class DocSearch {
2102
// an array of [(Number) item type,
2103
// (String) name]
2104
const rawPaths = crateCorpus.p;
2105
- // an array of [(String) alias name
2106
- // [Number] index to items]
2107
const aliases = crateCorpus.a;
2108
// an array of [(Number) item index,
2109
// (String) comma-separated list of function generic param names]
0 commit comments