7 lines
161 B
Rust
7 lines
161 B
Rust
//! This file is actually hand-written, but the submodules are indeed generated.
|
|
|
|
#[rustfmt::skip]
|
|
pub(super) mod nodes;
|
|
#[rustfmt::skip]
|
|
pub(super) mod tokens;
|