Remove debugging cruft from test_nested_for

This commit is contained in:
Dirkjan Ochtman 2017-03-07 21:34:50 +01:00
parent 2d5c2d2f10
commit 4c8a5b5104

View File

@ -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]>,
}