diff options
Diffstat (limited to '')
-rw-r--r-- | askama_rocket/tests/basic.rs (renamed from testing/tests/rocket.rs) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/tests/rocket.rs b/askama_rocket/tests/basic.rs index 3dbc357..0671c4c 100644 --- a/testing/tests/rocket.rs +++ b/askama_rocket/tests/basic.rs @@ -1,4 +1,3 @@ -#![cfg(feature = "with-rocket")] #![feature(proc_macro_hygiene, decl_macro)] #[macro_use] |