diff options
Diffstat (limited to 'testing/tests')
-rw-r--r-- | testing/tests/loops.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/loops.rs b/testing/tests/loops.rs index bb245a4..eedbfa0 100644 --- a/testing/tests/loops.rs +++ b/testing/tests/loops.rs @@ -19,7 +19,7 @@ fn test_for() { #[derive(Template)] -#[template(path = "nested-for.html", print = "code")] +#[template(path = "nested-for.html")] struct NestedForTemplate<'a> { seqs: Vec<&'a [&'a str]>, } |