From 43210e4755648b31485b40d6c12c69744906a2f2 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Fri, 4 Aug 2017 08:45:49 -0400 Subject: [PATCH] remove features from styl{e,o}_tests crate We no longer need to pass special features down to sub-crates. --- tests/unit/style/Cargo.toml | 3 --- tests/unit/stylo/Cargo.toml | 3 --- 2 files changed, 6 deletions(-) diff --git a/tests/unit/style/Cargo.toml b/tests/unit/style/Cargo.toml index 51a0278c989..53585feb667 100644 --- a/tests/unit/style/Cargo.toml +++ b/tests/unit/style/Cargo.toml @@ -9,9 +9,6 @@ name = "style_tests" path = "lib.rs" doctest = false -[features] -testing = ["style/testing"] - [dependencies] byteorder = "1.0" app_units = "0.5" diff --git a/tests/unit/stylo/Cargo.toml b/tests/unit/stylo/Cargo.toml index 21eab2958a1..b3381276ff1 100644 --- a/tests/unit/stylo/Cargo.toml +++ b/tests/unit/stylo/Cargo.toml @@ -11,9 +11,6 @@ name = "stylo_tests" path = "lib.rs" doctest = false -[features] -testing = ["style/testing"] - [dependencies] atomic_refcell = "0.1" cssparser = "0.18"