diff options
Diffstat (limited to 'testing/tests')
-rw-r--r-- | testing/tests/filters.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/filters.rs b/testing/tests/filters.rs index e05e1f6..d665df9 100644 --- a/testing/tests/filters.rs +++ b/testing/tests/filters.rs @@ -157,7 +157,7 @@ fn test_filter_let_filter() { } #[derive(Template)] -#[template(source = "{{ foo|truncate(10) }}{{ foo|truncate(5) }}", ext = "txt", print = "code")] +#[template(source = "{{ foo|truncate(10) }}{{ foo|truncate(5) }}", ext = "txt")] struct TruncateFilter { foo: String, } |