This commit is contained in:
Vladislavs Golubs
2021-02-07 16:09:48 +03:00
parent 03267e3318
commit 99a331c6ab
7 changed files with 75 additions and 66 deletions

View File

@@ -48,4 +48,4 @@ impl {{packet_enum_name}} {
}
{{/each~}}
}
{{~/if}}
{{~/if}}

View File

@@ -1,3 +1,5 @@
// This file is automatically generated.
// It is not intended for manual editing.
{{#each imports as |i|~}}
use {{i}};
{{/each}}
{{/each~}}