diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-01-28 22:06:11 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-01-29 09:25:59 +0100 |
commit | c6f9a053c7328e6c782508114bd96aa569b5de7d (patch) | |
tree | 362ef1f8ef421eb5913fa2834c10f6743e1ca7e1 /askama_rocket/tests/basic.rs | |
parent | b56c11639f9ea5ef1354a1e91ca98541a16bca9b (diff) | |
download | askama-c6f9a053c7328e6c782508114bd96aa569b5de7d.tar.gz askama-c6f9a053c7328e6c782508114bd96aa569b5de7d.tar.bz2 askama-c6f9a053c7328e6c782508114bd96aa569b5de7d.zip |
Move Rocket integration into askama_rocket crate
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] |