diff options
Diffstat (limited to 'testing/tests/rocket.rs')
-rw-r--r-- | testing/tests/rocket.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/tests/rocket.rs b/testing/tests/rocket.rs index 2d1251a..3dbc357 100644 --- a/testing/tests/rocket.rs +++ b/testing/tests/rocket.rs @@ -1,7 +1,6 @@ #![cfg(feature = "with-rocket")] #![feature(proc_macro_hygiene, decl_macro)] -extern crate askama; #[macro_use] extern crate rocket; |