rust-analyzer/crates/ra_syntax/src/ast/generated.rs
2020-04-09 18:07:16 +02:00

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;