Skip to content

Commit 9b5858d

Browse files
committed
logging macros are moved out to the separate crate log.
1 parent 076e13a commit 9b5858d

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)