diff options
Diffstat (limited to 'crates/ra_syntax/src')
-rw-r--r-- | crates/ra_syntax/src/ast/generated.rs.tera | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_syntax/src/ast/generated.rs.tera b/crates/ra_syntax/src/ast/generated.rs.tera index ceb2cd7e2..ffa9c4134 100644 --- a/crates/ra_syntax/src/ast/generated.rs.tera +++ b/crates/ra_syntax/src/ast/generated.rs.tera | |||
@@ -77,8 +77,7 @@ impl<'a> {{ node }}<'a> { | |||
77 | {%- else -%} | 77 | {%- else -%} |
78 | {%- set method_name = m.0 -%} | 78 | {%- set method_name = m.0 -%} |
79 | {%- set ChildName = m.1 %} | 79 | {%- set ChildName = m.1 %} |
80 | {%- endif -%} | 80 | {%- endif %} |
81 | |||
82 | pub fn {{ method_name }}(self) -> Option<{{ ChildName }}<'a>> { | 81 | pub fn {{ method_name }}(self) -> Option<{{ ChildName }}<'a>> { |
83 | super::child_opt(self) | 82 | super::child_opt(self) |
84 | } | 83 | } |