From 59b6b2278b7f7d2089b5caf6fcfd57528d9aafd0 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 9 Apr 2020 16:25:06 +0200 Subject: Start ast/generated/tokens --- crates/ra_syntax/src/ast/generated.rs | 1 + crates/ra_syntax/src/ast/generated/tokens.rs | 1 + 2 files changed, 2 insertions(+) create mode 100644 crates/ra_syntax/src/ast/generated/tokens.rs (limited to 'crates') 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 @@ //! This file is actually hand-written, but the submodules are indeed generated. pub(super) mod nodes; +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 -- cgit v1.2.3