We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650a030 commit e8f183dCopy full SHA for e8f183d
1 file changed
src/lib.rs
@@ -70,12 +70,12 @@ extern crate serialize;
70
extern crate sync;
71
extern crate time;
72
extern crate phf;
73
-#[phase(syntax)]
74
-extern crate phf_mac;
75
extern crate url;
76
#[phase(syntax, link)]
77
extern crate log;
78
extern crate uuid;
+#[phase(syntax)]
+extern crate phf_mac;
79
80
use collections::{Deque, HashMap, RingBuf};
81
use url::{UserInfo, Url};
0 commit comments