diff options
Diffstat (limited to '')
-rw-r--r-- | askama_shared/src/input.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_shared/src/input.rs b/askama_shared/src/input.rs index 6c49156..350fc01 100644 --- a/askama_shared/src/input.rs +++ b/askama_shared/src/input.rs @@ -35,6 +35,7 @@ impl TemplateInput<'_> { escaping, ext, syntax, + .. } = args; // Validate the `source` and `ext` value together, since they are |