plug new boilerplate_gen into ra_tools

This commit is contained in:
Aleksey Kladov 2019-08-19 12:26:34 +03:00
parent aa250ff612
commit 038975b348
5 changed files with 26 additions and 24 deletions

View file

@ -557,10 +557,6 @@ impl SyntaxKind {
"try" => TRY_KW,
"box" => BOX_KW,
"await" => AWAIT_KW,
"auto" => AUTO_KW,
"default" => DEFAULT_KW,
"existential" => EXISTENTIAL_KW,
"union" => UNION_KW,
_ => return None,
};
Some(kw)