mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 22:41:13 +00:00
Remove debugging cruft from test_nested_for
This commit is contained in:
parent
2d5c2d2f10
commit
4c8a5b5104
@ -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]>,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user