From d9fcd348d121b6dd0568314b28ec187f11e32c77 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 11 Apr 2022 16:16:36 +0200 Subject: Add config option to derive macro so we can specify config file location --- askama_shared/src/input.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'askama_shared/src/input.rs') 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 -- cgit