mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Rename PalceholderPat -> WildcardPat
This commit is contained in:
parent
d7f75db90d
commit
6791eb9685
50 changed files with 132 additions and 135 deletions
|
@ -505,7 +505,7 @@ Pat =
|
|||
| OrPat
|
||||
| ParenPat
|
||||
| PathPat
|
||||
| PlaceholderPat
|
||||
| WildcardPat
|
||||
| RangePat
|
||||
| RecordPat
|
||||
| RefPat
|
||||
|
@ -519,7 +519,7 @@ LiteralPat =
|
|||
BindPat =
|
||||
Attr* 'ref'? 'mut'? Name ('@' Pat)?
|
||||
|
||||
PlaceholderPat =
|
||||
WildcardPat =
|
||||
'_'
|
||||
|
||||
RangePat =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue