mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue