xref: /linux/rust/syn/sealed.rs (revision 2f130245f2143fa8f4da77071f844911d2c69319)
1 // SPDX-License-Identifier: Apache-2.0 OR MIT
2 
3 #[cfg(feature = "parsing")]
4 pub(crate) mod lookahead {
5     pub trait Sealed: Copy {}
6 }
7