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

7 lines
161 B
Rust
Raw Normal View History

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