Remove geckolib’s "servo_features" Cargo feature

We’re about to switch to separate CARGO_TARGET_DIR (and different
compiler version) so we won’t be able to share build output with servo’s
"normal" build anyway.
This commit is contained in:
Simon Sapin 2016-07-07 17:01:30 +02:00
parent 35a23bfef3
commit a39170728d
4 changed files with 0 additions and 190 deletions

View file

@ -8,7 +8,6 @@ extern crate cssparser;
extern crate env_logger;
extern crate euclid;
extern crate gecko_bindings;
#[cfg(feature = "servo_features")] #[macro_use] extern crate heapsize;
#[macro_use]
extern crate lazy_static;
extern crate libc;