diff options
Diffstat (limited to '')
| -rw-r--r-- | testing/tests/simple.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
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<String, String>,  }  | 
