Skip to content

Commit e0cc467

Browse files
Update src/librustdoc/html/static/js/search.js
Co-authored-by: lolbinarycat <[email protected]>
1 parent 249e54f commit e0cc467

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
@@ -1345,7 +1345,6 @@ class DocSearch {
13451345
continue;
13461346
}
13471347
if (!foundStopChar) {
1348-
/** @type {string[]} */
13491348
let extra = EMPTY_STRING_ARRAY;
13501349
if (isLastElemGeneric(query.elems, parserState)) {
13511350
extra = [" after ", ">"];

0 commit comments

Comments
 (0)