Fix geckolib breakage caused by 1.16

This commit is contained in:
Manish Goregaokar 2017-03-21 17:00:09 -07:00
parent 2f6cf2e9c8
commit 63e8d2ca07
3 changed files with 0 additions and 3 deletions

View file

@ -17,7 +17,6 @@ testing = ["style/testing"]
atomic_refcell = "0.1"
cssparser = "0.12"
env_logger = {version = "0.4", default-features = false} # disable `regex` to reduce code size
lazy_static = "0.2"
libc = "0.2"
log = {version = "0.3.5", features = ["release_max_level_info"]}
parking_lot = "0.3"

View file

@ -7,7 +7,6 @@
extern crate atomic_refcell;
extern crate cssparser;
extern crate env_logger;
#[macro_use] extern crate lazy_static;
extern crate libc;
#[macro_use] extern crate log;
extern crate parking_lot;