Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
stable
/
linux-stable.git
/
2516a87153183e1797021879121ca25c95f1ea3a
/
.
/
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
{}
}