This commit is contained in:
Lukas Wirth 2023-08-01 17:47:52 +02:00
parent 151c750dac
commit 75607fc34c
2 changed files with 11 additions and 16 deletions

View file

@ -28,7 +28,6 @@ use crate::{
tt_iter::TtIter,
};
// FIXME: we probably should re-think `token_tree_to_syntax_node` interfaces
pub use self::tt::{Delimiter, DelimiterKind, Punct};
pub use ::parser::TopEntryPoint;