mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Move generated tokens to a separate file
This commit is contained in:
parent
59b6b2278b
commit
c80795e274
4 changed files with 3121 additions and 3092 deletions
|
@ -21,7 +21,7 @@ pub use self::{
|
|||
AttrKind, FieldKind, PathSegmentKind, SelfParamKind, SlicePatComponents, StructKind,
|
||||
TypeBoundKind, VisibilityKind,
|
||||
},
|
||||
generated::nodes::*,
|
||||
generated::{nodes::*, tokens::*},
|
||||
tokens::*,
|
||||
traits::*,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue