Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
deller
/
linux-fbdev.git
/
c595c19602cea955e23b8957e109f2da26407f8d
/
.
/
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
{}
}