mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Prepare for spliting generated into tokens and nodes
This commit is contained in:
parent
0fc8c5cca0
commit
d61932ef7e
5 changed files with 9630 additions and 9627 deletions
|
@ -21,7 +21,7 @@ pub use self::{
|
|||
AttrKind, FieldKind, PathSegmentKind, SelfParamKind, SlicePatComponents, StructKind,
|
||||
TypeBoundKind, VisibilityKind,
|
||||
},
|
||||
generated::*,
|
||||
generated::nodes::*,
|
||||
tokens::*,
|
||||
traits::*,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue