aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-12-16 14:30:01 +0100
committerMs2ger <Ms2ger@gmail.com>2016-12-16 14:30:01 +0100
commitce0a402bc8dc1d1806c4c821939ba3b4ab08ec1f (patch)
treede54b5257d762096a58f74f9badef900c5e9e82f /components/style/lib.rs
parent0bc84154858d76f57831affee348d0f1c573f9f1 (diff)
downloadservo-ce0a402bc8dc1d1806c4c821939ba3b4ab08ec1f.tar.gz
servo-ce0a402bc8dc1d1806c4c821939ba3b4ab08ec1f.zip
Remove unused style::refcell module.
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index d1b63f02c83..64b40b9e96e 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -113,7 +113,6 @@ pub mod media_queries;
pub mod owning_handle;
pub mod parallel;
pub mod parser;
-pub mod refcell;
pub mod restyle_hints;
pub mod rule_tree;
pub mod selector_parser;