Skip to content

Commit

Permalink
remove features from styl{e,o}_tests crate
Browse files Browse the repository at this point in the history
We no longer need to pass special features down to sub-crates.
  • Loading branch information
froydnj committed Aug 4, 2017
1 parent 0189688 commit 43210e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/unit/style/Cargo.toml
Expand Up @@ -9,9 +9,6 @@ name = "style_tests"
path = "lib.rs"
doctest = false

[features]
testing = ["style/testing"]

[dependencies]
byteorder = "1.0"
app_units = "0.5"
Expand Down
3 changes: 0 additions & 3 deletions tests/unit/stylo/Cargo.toml
Expand Up @@ -11,9 +11,6 @@ name = "stylo_tests"
path = "lib.rs"
doctest = false

[features]
testing = ["style/testing"]

[dependencies]
atomic_refcell = "0.1"
cssparser = "0.18"
Expand Down

0 comments on commit 43210e4

Please sign in to comment.