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