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