mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +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::*,
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load diff
9625
crates/ra_syntax/src/ast/generated/nodes.rs
Normal file
9625
crates/ra_syntax/src/ast/generated/nodes.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue