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 e03a950 commit 51b4005Copy full SHA for 51b4005
src/librustdoc/html/static/js/search.js
@@ -559,7 +559,7 @@ window.initSearch = function(rawSearchIndex) {
559
* nonempty-arg-list-without-generics = *(type-sep) arg-without-generic
560
* *(type-sep arg-without-generic) *(type-sep)
561
* generics = OPEN-ANGLE-BRACKET [ nonempty-arg-list-without-generics ] *(type-sep)
562
- * CLOSE-ANGLE-BRACKET
+ * CLOSE-ANGLE-BRACKET/EOF
563
* return-args = RETURN-ARROW *(type-sep) nonempty-arg-list
564
*
565
* exact-search = [type-filter *WS COLON] [ RETURN-ARROW ] *WS QUOTE ident QUOTE [ generics ]
0 commit comments