mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-10 04:08:47 +00:00
6 lines
161 B
Rust
6 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;
|