1#[cfg(feature = "parsing")]
2pub mod lookahead {
3 pub trait Sealed: Copy {}
4}
5