style: Share code for Element::Matches.

This commit is contained in:
Emilio Cobos Álvarez 2017-10-13 12:50:38 +02:00
parent 085a0db056
commit 9e6c49d479
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 47 additions and 21 deletions

View file

@ -107,6 +107,7 @@ pub mod counter_style;
pub mod custom_properties;
pub mod data;
pub mod dom;
pub mod dom_apis;
pub mod driver;
pub mod element_state;
#[cfg(feature = "servo")] mod encoding_support;