mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove no-longer-needed arrayvec feature.
This commit is contained in:
parent
006417e40a
commit
85da1dda29
2 changed files with 7 additions and 6 deletions
|
@ -18,8 +18,9 @@ doctest = false
|
|||
[features]
|
||||
gecko = ["style_traits/gecko", "fallible/known_system_malloc", "bindgen", "regex", "toml"]
|
||||
servo = ["serde", "style_traits/servo", "servo_atoms", "servo_config", "html5ever",
|
||||
"cssparser/serde", "encoding_rs", "malloc_size_of/servo", "arrayvec/use_union",
|
||||
"servo_url", "string_cache", "crossbeam-channel", "to_shmem/servo", "servo_arc/servo"]
|
||||
"cssparser/serde", "encoding_rs", "malloc_size_of/servo", "servo_url",
|
||||
"string_cache", "crossbeam-channel", "to_shmem/servo",
|
||||
"servo_arc/servo"]
|
||||
servo-layout-2013 = []
|
||||
servo-layout-2020 = []
|
||||
gecko_debug = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue