Skip to content

Commit

Permalink
Update search eBNF with ! moved
Browse files Browse the repository at this point in the history
Co-Authored-By: GuillaumeGomez <[email protected]>
  • Loading branch information
notriddle and GuillaumeGomez authored Feb 25, 2023
1 parent 07cf219 commit 96e6fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/html/static/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ function initSearch(rawSearchIndex) {
*
* The supported syntax by this parser is as follow:
*
* ident = *(ALPHA / DIGIT / "_") [!]
* path = ident *(DOUBLE-COLON ident)
* ident = *(ALPHA / DIGIT / "_")
* path = ident *(DOUBLE-COLON ident) [!]
* arg = path [generics]
* arg-without-generic = path
* type-sep = COMMA/WS *(COMMA/WS)
Expand Down

0 comments on commit 96e6fb6

Please sign in to comment.