fallible: Avoid using system malloc in servo.

This commit is contained in:
Emilio Cobos Álvarez 2017-09-10 16:53:42 +02:00
parent c85633f48e
commit 6661bfa838
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 32 additions and 9 deletions

View file

@ -16,7 +16,7 @@ path = "lib.rs"
doctest = false
[features]
gecko = ["nsstring_vendor", "num_cpus", "style_traits/gecko"]
gecko = ["nsstring_vendor", "num_cpus", "style_traits/gecko", "fallible/known_system_malloc"]
use_bindgen = ["bindgen", "regex", "toml"]
servo = ["serde", "heapsize", "heapsize_derive",
"style_traits/servo", "servo_atoms", "servo_config", "html5ever",