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