Skip to content

Commit 96e6fb6

Browse files
Update search eBNF with ! moved
Co-Authored-By: GuillaumeGomez <guillaume1.gomez@gmail.com>
1 parent 07cf219 commit 96e6fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ function initSearch(rawSearchIndex) {
611611
*
612612
* The supported syntax by this parser is as follow:
613613
*
614-
* ident = *(ALPHA / DIGIT / "_") [!]
615-
* path = ident *(DOUBLE-COLON ident)
614+
* ident = *(ALPHA / DIGIT / "_")
615+
* path = ident *(DOUBLE-COLON ident) [!]
616616
* arg = path [generics]
617617
* arg-without-generic = path
618618
* type-sep = COMMA/WS *(COMMA/WS)

0 commit comments

Comments
 (0)