mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Start ast/generated/tokens
This commit is contained in:
parent
d61932ef7e
commit
59b6b2278b
4 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
//! This file is actually hand-written, but the submodules are indeed generated.
|
||||
|
||||
pub(super) mod nodes;
|
||||
pub(super) mod tokens;
|
||||
|
|
1
crates/ra_syntax/src/ast/generated/tokens.rs
Normal file
1
crates/ra_syntax/src/ast/generated/tokens.rs
Normal file
|
@ -0,0 +1 @@
|
|||
//! Generated file, do not edit by hand, see `xtask/src/codegen`
|
Loading…
Add table
Add a link
Reference in a new issue