diff options
Diffstat (limited to 'crates/ra_syntax/src/ast/generated.rs')
-rw-r--r-- | crates/ra_syntax/src/ast/generated.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/ra_syntax/src/ast/generated.rs b/crates/ra_syntax/src/ast/generated.rs deleted file mode 100644 index f5199e09f..000000000 --- a/crates/ra_syntax/src/ast/generated.rs +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | //! This file is actually hand-written, but the submodules are indeed generated. | ||
2 | |||
3 | #[rustfmt::skip] | ||
4 | pub(super) mod nodes; | ||
5 | #[rustfmt::skip] | ||
6 | pub(super) mod tokens; | ||