Sign in
gbmc
/
linux
/
114ea9bbaf7681c4d363e13b7916e6fef6a4963a
/
.
/
rust
/
syn
/
sealed.rs
blob: 541df962375562dcb31f59d8a369a129c93b7ad1 [
file
]
// SPDX-License-Identifier: Apache-2.0 OR MIT
#[
cfg
(
feature
=
"parsing"
)]
pub
(
crate
)
mod
lookahead
{
pub
trait
Sealed
:
Copy
{}
}