diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-12-16 14:30:01 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-12-16 14:30:01 +0100 |
commit | ce0a402bc8dc1d1806c4c821939ba3b4ab08ec1f (patch) | |
tree | de54b5257d762096a58f74f9badef900c5e9e82f /components/style/lib.rs | |
parent | 0bc84154858d76f57831affee348d0f1c573f9f1 (diff) | |
download | servo-ce0a402bc8dc1d1806c4c821939ba3b4ab08ec1f.tar.gz servo-ce0a402bc8dc1d1806c4c821939ba3b4ab08ec1f.zip |
Remove unused style::refcell module.
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 1 |
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; |