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