mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Silence a warning in stylo unit tests
This commit is contained in:
parent
3ea0c26e90
commit
f935f2da01
3 changed files with 0 additions and 3 deletions
|
@ -21,7 +21,6 @@ env_logger = "0.4"
|
|||
euclid = "0.11"
|
||||
libc = "0.2"
|
||||
log = {version = "0.3.5", features = ["release_max_level_info"]}
|
||||
parking_lot = "0.3"
|
||||
selectors = {path = "../../../components/selectors", features = ["gecko_like_types"]}
|
||||
style_traits = {path = "../../../components/style_traits"}
|
||||
geckoservo = {path = "../../../ports/geckolib"}
|
||||
|
|
|
@ -7,7 +7,6 @@ extern crate cssparser;
|
|||
extern crate env_logger;
|
||||
extern crate geckoservo;
|
||||
#[macro_use] extern crate log;
|
||||
extern crate parking_lot;
|
||||
extern crate selectors;
|
||||
#[macro_use] extern crate style;
|
||||
extern crate style_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue