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