diff options
author | Aleksey Kladov <[email protected]> | 2018-10-15 18:53:15 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-10-15 18:54:07 +0100 |
commit | 9a98d8e99acf8acd40b2153847a37551d2a8d0f4 (patch) | |
tree | 872ab3701dcd27207fab5531269a66d205c74539 | |
parent | 376639c70f94f1f26c7fbd86a9b5adebfa400f44 (diff) |
regenerate
-rw-r--r-- | crates/ra_syntax/src/ast/generated.rs.tera | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/ast/generated.rs.tera b/crates/ra_syntax/src/ast/generated.rs.tera index ffa9c4134..5cb7a35ed 100644 --- a/crates/ra_syntax/src/ast/generated.rs.tera +++ b/crates/ra_syntax/src/ast/generated.rs.tera | |||
@@ -3,7 +3,7 @@ the below applies to the result of this template | |||
3 | #}// This file is automatically generated based on the file `./generated.rs.tera` when `cargo gen-kinds` is run | 3 | #}// This file is automatically generated based on the file `./generated.rs.tera` when `cargo gen-kinds` is run |
4 | // Do not edit manually | 4 | // Do not edit manually |
5 | 5 | ||
6 | use { | 6 | use crate::{ |
7 | ast, | 7 | ast, |
8 | SyntaxNodeRef, AstNode, | 8 | SyntaxNodeRef, AstNode, |
9 | SyntaxKind::*, | 9 | SyntaxKind::*, |