Workaround rustc bug

There's an assert getting tripped in the metadata encoder
This commit is contained in:
Steven Fackler 2014-04-15 23:49:41 -07:00
parent 650a03003d
commit e8f183d589

View File

@ -70,12 +70,12 @@ extern crate serialize;
extern crate sync;
extern crate time;
extern crate phf;
#[phase(syntax)]
extern crate phf_mac;
extern crate url;
#[phase(syntax, link)]
extern crate log;
extern crate uuid;
#[phase(syntax)]
extern crate phf_mac;
use collections::{Deque, HashMap, RingBuf};
use url::{UserInfo, Url};