mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Eliminate servo_util::atom
We only needed this for Encodable, and now we use JSTraceable instead.
This commit is contained in:
parent
4be0a07585
commit
6429750b33
39 changed files with 77 additions and 74 deletions
|
@ -28,6 +28,9 @@ extern crate "net" as servo_net;
|
|||
extern crate "msg" as servo_msg;
|
||||
#[phase(plugin, link)]
|
||||
extern crate "util" as servo_util;
|
||||
extern crate string_cache;
|
||||
#[phase(plugin)]
|
||||
extern crate string_cache_macros;
|
||||
|
||||
extern crate collections;
|
||||
extern crate encoding;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue