Silence a warning in stylo unit tests

This commit is contained in:
Anthony Ramine 2017-05-17 14:00:22 +02:00
parent 3ea0c26e90
commit f935f2da01
3 changed files with 0 additions and 3 deletions

View file

@ -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"}

View file

@ -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;