mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
simplify
This commit is contained in:
parent
fcce07d2d1
commit
fbe60a2e28
2 changed files with 20 additions and 21 deletions
|
@ -54,9 +54,8 @@ Abi =
|
|||
|
||||
ParamList =
|
||||
'('(
|
||||
(Param (',' Param)* ','?)?
|
||||
| SelfParam ','?
|
||||
| SelfParam ',' (Param (',' Param)* ','?)
|
||||
SelfParam
|
||||
| (SelfParam ',')? (Param (',' Param)* ','?)?
|
||||
)')'
|
||||
|
||||
SelfParam =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue