diff options
Diffstat (limited to 'testing/tests/rocket.rs')
-rw-r--r-- | testing/tests/rocket.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/rocket.rs b/testing/tests/rocket.rs index c613311..2bf4713 100644 --- a/testing/tests/rocket.rs +++ b/testing/tests/rocket.rs @@ -1,4 +1,4 @@ -#![cfg(feature = "rocket")] +#![cfg(feature = "with-rocket")] #![feature(plugin)] #![plugin(rocket_codegen)] |