refactor(syntax): don't re-export unicode_id_start

This commit is contained in:
overlookmotel 2024-01-22 14:46:25 +00:00 committed by Boshen
parent ee949fc78d
commit 0dc1804a52

View file

@ -11,8 +11,6 @@ pub mod scope;
pub mod symbol;
pub mod xml_entities;
pub use unicode_id_start;
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
pub enum NumberBase {
Float,