Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
netdev
/
net-next
/
015e7b0b0e8e51f7321ec2aafc1d7fc0a8a5536f
/
.
/
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
{}
}