We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
!
1 parent 07cf219 commit 96e6fb6Copy full SHA for 96e6fb6
src/librustdoc/html/static/js/search.js
@@ -611,8 +611,8 @@ function initSearch(rawSearchIndex) {
611
*
612
* The supported syntax by this parser is as follow:
613
614
- * ident = *(ALPHA / DIGIT / "_") [!]
615
- * path = ident *(DOUBLE-COLON ident)
+ * ident = *(ALPHA / DIGIT / "_")
+ * path = ident *(DOUBLE-COLON ident) [!]
616
* arg = path [generics]
617
* arg-without-generic = path
618
* type-sep = COMMA/WS *(COMMA/WS)
0 commit comments