Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Logging macros are moved out to the separate crate log. #66

Merged
merged 1 commit into from
Mar 17, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/http/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
//#[deny(missing_doc)];

#[feature(macro_rules)];
#[feature(phase)];
#[macro_escape];

#[phase(syntax, link)] extern crate log;
extern crate extra;
extern crate time;
extern crate collections;
Expand Down