mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00
Remove debugging cruft
This commit is contained in:
parent
cdaf7ea35d
commit
e89eee3ffc
@ -45,11 +45,7 @@ fn test_let_decl() {
|
||||
}
|
||||
|
||||
#[derive(Template)]
|
||||
#[template(
|
||||
source = "{% for v in self.0 %}{{ v }}{% endfor %}",
|
||||
ext = "txt",
|
||||
print = "code"
|
||||
)]
|
||||
#[template(source = "{% for v in self.0 %}{{ v }}{% endfor %}", ext = "txt")]
|
||||
struct SelfIterTemplate(Vec<usize>);
|
||||
|
||||
#[test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user