mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 10:58:02 +00:00
refactor: Reduce codegen burden for SyntaxKind
This commit is contained in:
parent
8316ffeab1
commit
d6dc1bf05e
6 changed files with 76 additions and 38 deletions
|
|
@ -35,6 +35,8 @@ mod shortcuts;
|
|||
mod syntax_kind;
|
||||
mod token_set;
|
||||
|
||||
pub use T_ as T;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue