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