Skip to content

Commit 8920167

Browse files
committed
search.js: remove incorrect outdated comment
1 parent a9a52dd commit 8920167

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -2102,8 +2102,6 @@ class DocSearch {
21022102
// an array of [(Number) item type,
21032103
// (String) name]
21042104
const rawPaths = crateCorpus.p;
2105-
// an array of [(String) alias name
2106-
// [Number] index to items]
21072105
const aliases = crateCorpus.a;
21082106
// an array of [(Number) item index,
21092107
// (String) comma-separated list of function generic param names]

0 commit comments

Comments
 (0)