aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/input.rs
diff options
context:
space:
mode:
authorLibravatar Guillaume Gomez <guillaume1.gomez@gmail.com>2022-04-11 16:16:36 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-04-21 10:08:42 +0200
commitd9fcd348d121b6dd0568314b28ec187f11e32c77 (patch)
treee5bf64890cba10eeb6150033d3f43e35600b1a9e /askama_shared/src/input.rs
parenta51433677d98ebdba2008315b6d79565530fdf7e (diff)
downloadaskama-d9fcd348d121b6dd0568314b28ec187f11e32c77.tar.gz
askama-d9fcd348d121b6dd0568314b28ec187f11e32c77.tar.bz2
askama-d9fcd348d121b6dd0568314b28ec187f11e32c77.zip
Add config option to derive macro so we can specify config file location
Diffstat (limited to 'askama_shared/src/input.rs')
-rw-r--r--askama_shared/src/input.rs1
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