We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15eb389 commit 01e77a0Copy full SHA for 01e77a0
1 file changed
src/lib.rs
@@ -73,6 +73,8 @@ extern crate phf_mac;
73
extern crate phf;
74
extern crate uuid;
75
extern crate url;
76
+#[phase(syntax, link)]
77
+extern crate log;
78
79
use collections::{Deque, HashMap, RingBuf};
80
use url::{UserInfo, Url};
0 commit comments