Skip to content

Commit 9432ddf

Browse files
committed
added feature.
1 parent 48b1d70 commit 9432ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/lib/tests/space_helmet.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![cfg_attr(test, feature(plugin, decl_macro))]
22
#![cfg_attr(test, plugin(rocket_codegen))]
33
#![feature(extern_prelude)]
4+
#![feature(proc_macro_non_items)]
45

56
#[macro_use] extern crate rocket;
67
extern crate rocket_contrib;

0 commit comments

Comments
 (0)