mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
minor: modernize
This commit is contained in:
parent
0b4bff93fa
commit
682fbbbd5a
5 changed files with 6 additions and 6 deletions
|
@ -382,6 +382,7 @@ fn generate_syntax_kinds(grammar: KindsSrc<'_>) -> String {
|
|||
[ident] => { $crate::SyntaxKind::IDENT };
|
||||
[shebang] => { $crate::SyntaxKind::SHEBANG };
|
||||
}
|
||||
pub use T;
|
||||
};
|
||||
|
||||
sourcegen::add_preamble("sourcegen_ast", sourcegen::reformat(ast.to_string()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue