feat: without root

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-26 22:37:12 +02:00
parent cd4cd35d0c
commit adee7503c5
2 changed files with 63 additions and 64 deletions

View File

@@ -62,9 +62,7 @@ impl Node {
}
quote! {
pub mod $(&self.segment) {
$(for tokens in child_tokens join ($['\r']) => $tokens)
}
$(for tokens in child_tokens join ($['\r']) => $tokens)
}
}