Skip to content

Commit dc03394

Browse files
committed
Add feature attributes
1 parent bc7529c commit dc03394

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#![feature(core, std_misc)]
2+
#![cfg_attr(test, feature(io))]
3+
14
extern crate "route-recognizer" as router;
25
extern crate conduit;
36

0 commit comments

Comments
 (0)