mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
plug new boilerplate_gen into ra_tools
This commit is contained in:
parent
aa250ff612
commit
038975b348
5 changed files with 26 additions and 24 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue