Skip to content

Commit 8b30f15

Browse files
committed
Merge pull request chris-morgan#66 from Kroisse/liblog
Logging macros are moved out to the separate crate `log`.
2 parents 076e13a + 9b5858d commit 8b30f15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/http/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
//#[deny(missing_doc)];
1212

1313
#[feature(macro_rules)];
14+
#[feature(phase)];
1415
#[macro_escape];
1516

17+
#[phase(syntax, link)] extern crate log;
1618
extern crate extra;
1719
extern crate time;
1820
extern crate collections;

0 commit comments

Comments
 (0)