mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Use upstream lazy_static!() macro through Cargo
... instead of having our own copy. https://github.com/Kimundi/lazy-static.rs
This commit is contained in:
parent
af96e8e409
commit
a40b94d7f9
6 changed files with 7 additions and 66 deletions
|
@ -22,9 +22,9 @@ extern crate url;
|
|||
|
||||
extern crate cssparser;
|
||||
extern crate encoding;
|
||||
|
||||
#[phase(plugin)]
|
||||
extern crate "macros" as servo_macros;
|
||||
extern crate lazy_static;
|
||||
|
||||
extern crate "util" as servo_util;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue