Files
rust/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 18:03:03 +02:00
#[rustfmt::skip]
pub(super) mod nodes;
2020-04-09 18:03:03 +02:00
#[rustfmt::skip]
2020-04-09 16:25:06 +02:00
pub(super) mod tokens;