diff options
Diffstat (limited to '')
-rw-r--r-- | testing/tests/actix_web.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/tests/actix_web.rs b/testing/tests/actix_web.rs index 12724d9..e2d8bcf 100644 --- a/testing/tests/actix_web.rs +++ b/testing/tests/actix_web.rs @@ -1,3 +1,4 @@ +#![cfg(feature = "actix")] #[macro_use] extern crate askama; extern crate actix_web; |