Update generated.rs.tera

Removing `-` for #114
This commit is contained in:
Reinier Maas 2018-10-10 17:18:21 +02:00 committed by GitHub
parent 3c41087bf8
commit c579b47b4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,8 +77,7 @@ impl<'a> {{ node }}<'a> {
{%- else -%}
{%- set method_name = m.0 -%}
{%- set ChildName = m.1 %}
{%- endif -%}
{%- endif %}
pub fn {{ method_name }}(self) -> Option<{{ ChildName }}<'a>> {
super::child_opt(self)
}