Deduplicate Edition enum

This commit is contained in:
Lukas Wirth 2024-04-14 15:29:01 +02:00
parent e7852803c5
commit 9c75e9fa7d
8 changed files with 65 additions and 62 deletions

View file

@ -60,7 +60,7 @@ pub use crate::{
},
token_text::TokenText,
};
pub use parser::{SyntaxKind, T};
pub use parser::{Edition, SyntaxKind, T};
pub use rowan::{
api::Preorder, Direction, GreenNode, NodeOrToken, SyntaxText, TextRange, TextSize,
TokenAtOffset, WalkEvent,