⬆️ ungrammar

This commit is contained in:
Aleksey Kladov 2020-08-21 19:12:38 +02:00
parent df54561a68
commit 863b1fb731
11 changed files with 19 additions and 17 deletions

View file

@ -477,6 +477,7 @@ impl Field {
"#" => "pound",
"?" => "question_mark",
"," => "comma",
"|" => "pipe",
_ => name,
};
format_ident!("{}_token", name)