index
:
git.armlinux.org.uk/linux.git
master
Linus' kernel tree
Russell King
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 {} }