mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Update search eBNF with !
moved
Co-Authored-By: GuillaumeGomez <guillaume1.gomez@gmail.com>
This commit is contained in:
parent
07cf219722
commit
96e6fb6c57
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user