diff options
Diffstat (limited to 'testing/tests')
-rw-r--r-- | testing/tests/macro.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/macro.rs b/testing/tests/macro.rs index 320ca2c..72f578e 100644 --- a/testing/tests/macro.rs +++ b/testing/tests/macro.rs @@ -4,7 +4,7 @@ extern crate askama; use askama::Template; #[derive(Template)] -#[template(path = "macro.html", print = "all")] +#[template(path = "macro.html")] struct MacroTemplate<'a> { s: &'a str, } |