mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
⬆️ ungrammar
This commit is contained in:
parent
df54561a68
commit
863b1fb731
11 changed files with 19 additions and 17 deletions
|
@ -477,6 +477,7 @@ impl Field {
|
|||
"#" => "pound",
|
||||
"?" => "question_mark",
|
||||
"," => "comma",
|
||||
"|" => "pipe",
|
||||
_ => name,
|
||||
};
|
||||
format_ident!("{}_token", name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue