rust-analyzer/crates/ra_syntax/src/ast/generated.rs

5 lines
127 B
Rust
Raw Normal View History

//! This file is actually hand-written, but the submodules are indeed generated.
pub(super) mod nodes;
2020-04-09 14:25:06 +00:00
pub(super) mod tokens;