diff options
author | Aleksey Kladov <[email protected]> | 2020-04-09 15:25:06 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-04-09 15:25:06 +0100 |
commit | 59b6b2278b7f7d2089b5caf6fcfd57528d9aafd0 (patch) | |
tree | 860185a74b977f8583f0d5a9183975d87676b022 /crates | |
parent | d61932ef7e74f3d9f7863c33c6647c2c52538ed5 (diff) |
Start ast/generated/tokens
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_syntax/src/ast/generated.rs | 1 | ||||
-rw-r--r-- | crates/ra_syntax/src/ast/generated/tokens.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/ast/generated.rs b/crates/ra_syntax/src/ast/generated.rs index 6216641d8..1e0ba3f71 100644 --- a/crates/ra_syntax/src/ast/generated.rs +++ b/crates/ra_syntax/src/ast/generated.rs | |||
@@ -1,3 +1,4 @@ | |||
1 | //! This file is actually hand-written, but the submodules are indeed generated. | 1 | //! This file is actually hand-written, but the submodules are indeed generated. |
2 | 2 | ||
3 | pub(super) mod nodes; | 3 | pub(super) mod nodes; |
4 | pub(super) mod tokens; | ||
diff --git a/crates/ra_syntax/src/ast/generated/tokens.rs b/crates/ra_syntax/src/ast/generated/tokens.rs new file mode 100644 index 000000000..4494af1be --- /dev/null +++ b/crates/ra_syntax/src/ast/generated/tokens.rs | |||
@@ -0,0 +1 @@ | |||
//! Generated file, do not edit by hand, see `xtask/src/codegen` \ No newline at end of file | |||