Add documentation
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
ea75da491d
commit
4c8938e4ff
10 changed files with 160 additions and 9 deletions
|
|
@ -261,6 +261,7 @@ pub enum TemplateAstExpr<'input> {
|
|||
ElseConditional {
|
||||
expression: Option<Box<TemplateAstExpr<'input>>>,
|
||||
},
|
||||
#[expect(unused)]
|
||||
Invalid(&'input [TemplateToken]),
|
||||
MathOperation {
|
||||
op: TokenOperator,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue