Skip to content

Commit fb52fe0

Browse files
committed
Remove outdated comment
1 parent fa5468d commit fb52fe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3742,7 +3742,6 @@ class DocSearch {
37423742
this.getName(id),
37433743
this.getAliasTarget(id),
37443744
]);
3745-
// the index stores normalized names, but aliases are matched by exact names
37463745
if (name !== null &&
37473746
alias !== null &&
37483747
!idDuplicates.has(id) &&

0 commit comments

Comments
 (0)