Link in logging crate

This commit is contained in:
Steven Fackler 2014-03-17 21:05:04 -07:00
parent 15eb3891c5
commit 01e77a06f2

View File

@ -73,6 +73,8 @@ extern crate phf_mac;
extern crate phf;
extern crate uuid;
extern crate url;
#[phase(syntax, link)]
extern crate log;
use collections::{Deque, HashMap, RingBuf};
use url::{UserInfo, Url};