style: Move all the style sharing code outside matching.rs

This is just a code health change. I want to move it away to keep matching.rs as
simple as possible.
This commit is contained in:
Emilio Cobos Álvarez 2017-05-20 23:53:30 +02:00
parent d98abe1397
commit 311c403522
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 585 additions and 499 deletions

View file

@ -121,6 +121,7 @@ pub mod rule_tree;
pub mod scoped_tls;
pub mod selector_parser;
pub mod shared_lock;
pub mod sharing;
pub mod stylist;
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod servo;
pub mod sequential;