mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Get rid of servo_util
This commit is contained in:
parent
19686acdec
commit
559ff68b31
25 changed files with 68 additions and 68 deletions
|
@ -43,7 +43,7 @@ extern crate net;
|
|||
extern crate msg;
|
||||
extern crate selectors;
|
||||
#[macro_use]
|
||||
extern crate "util" as servo_util;
|
||||
extern crate util;
|
||||
|
||||
#[no_link] #[macro_use] #[plugin]
|
||||
extern crate string_cache_macros;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue