Eliminate servo_util::atom

We only needed this for Encodable, and now we use JSTraceable instead.
This commit is contained in:
Keegan McAllister 2014-09-29 17:59:47 -07:00
parent 4be0a07585
commit 6429750b33
39 changed files with 77 additions and 74 deletions

View file

@ -29,7 +29,9 @@ extern crate "time" as std_time;
extern crate string_cache;
extern crate url;
pub mod atom;
#[phase(plugin)]
extern crate string_cache_macros;
pub mod bloom;
pub mod cache;
pub mod debug_utils;