Move generated tokens to a separate file

This commit is contained in:
Aleksey Kladov 2020-04-09 17:47:46 +02:00
parent 59b6b2278b
commit c80795e274
4 changed files with 3121 additions and 3092 deletions

View file

@ -21,7 +21,7 @@ pub use self::{
AttrKind, FieldKind, PathSegmentKind, SelfParamKind, SlicePatComponents, StructKind,
TypeBoundKind, VisibilityKind,
},
generated::nodes::*,
generated::{nodes::*, tokens::*},
tokens::*,
traits::*,
};