index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
syn
/
sealed.rs
blob: dc804742d12db08ebcbaf300418624993b559fc8 (
plain
)
1
2
3
4
#[cfg(feature = "parsing")] pub(crate) mod lookahead { pub trait Sealed: Copy {} }