mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
remove features from styl{e,o}_tests crate
We no longer need to pass special features down to sub-crates.
This commit is contained in:
parent
018968877a
commit
43210e4755
2 changed files with 0 additions and 6 deletions
|
@ -9,9 +9,6 @@ name = "style_tests"
|
|||
path = "lib.rs"
|
||||
doctest = false
|
||||
|
||||
[features]
|
||||
testing = ["style/testing"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.0"
|
||||
app_units = "0.5"
|
||||
|
|
|
@ -11,9 +11,6 @@ name = "stylo_tests"
|
|||
path = "lib.rs"
|
||||
doctest = false
|
||||
|
||||
[features]
|
||||
testing = ["style/testing"]
|
||||
|
||||
[dependencies]
|
||||
atomic_refcell = "0.1"
|
||||
cssparser = "0.18"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue