From 57a10a789e62be9f55ea1d28610074709015ee0f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 23 Aug 2017 12:43:53 +0200 Subject: Forgot to remove debugging cruft, again --- testing/tests/macro.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests') 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, } -- cgit