diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tests/rust_macro.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/rust_macro.rs b/testing/tests/rust_macro.rs index a9924db..90f1f3e 100644 --- a/testing/tests/rust_macro.rs +++ b/testing/tests/rust_macro.rs @@ -6,7 +6,7 @@ use askama::Template; macro_rules! hello { () => { "world" - } + }; } #[derive(Template)] |