xref: /linux/rust/syn/sealed.rs (revision 3c5fefc8f1c87ce5aad32b752abd1c0f4d25a39a)
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