mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
35a23bfef3
commit
a39170728d
4 changed files with 0 additions and 190 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue