From c52ea242dc1ba6edad69c10c7923ab0806617976 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 23 Jun 2018 18:16:00 +0200 Subject: Remove accidental debugging cruft --- testing/tests/simple.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests/simple.rs') diff --git a/testing/tests/simple.rs b/testing/tests/simple.rs index ff63587..53cb03e 100644 --- a/testing/tests/simple.rs +++ b/testing/tests/simple.rs @@ -237,7 +237,7 @@ fn test_minus() { } #[derive(Template)] -#[template(source = "{{ foo[\"bar\"] }}", ext = "txt", print = "code")] +#[template(source = "{{ foo[\"bar\"] }}", ext = "txt")] struct IndexTemplate { foo: HashMap, } -- cgit