diff options
Diffstat (limited to 'testing/tests/hello.rs')
-rw-r--r-- | testing/tests/hello.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/tests/hello.rs b/testing/tests/hello.rs index ce73ff5..bfb71b1 100644 --- a/testing/tests/hello.rs +++ b/testing/tests/hello.rs @@ -1,5 +1,3 @@ -extern crate askama; - use askama::Template; #[derive(Template)] // this will generate the code... |