mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Rename Rename
This commit is contained in:
parent
7d09e5ed61
commit
6cd2131caf
11 changed files with 20 additions and 20 deletions
|
@ -224,7 +224,7 @@ fn opt_alias(p: &mut Parser) {
|
|||
if !p.eat(T![_]) {
|
||||
name(p);
|
||||
}
|
||||
m.complete(p, ALIAS);
|
||||
m.complete(p, RENAME);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@ pub enum SyntaxKind {
|
|||
PATH,
|
||||
PATH_SEGMENT,
|
||||
LITERAL,
|
||||
ALIAS,
|
||||
RENAME,
|
||||
VISIBILITY,
|
||||
WHERE_CLAUSE,
|
||||
WHERE_PRED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue