minor: modernize

This commit is contained in:
Aleksey Kladov 2021-09-06 18:42:07 +03:00
parent 0b4bff93fa
commit 682fbbbd5a
5 changed files with 6 additions and 6 deletions

View file

@ -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()))