diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 6dbb7250ffc..2305b0271cb 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -62,6 +62,7 @@ pub mod restyle_hints; pub mod selector_impl; pub mod selector_matching; pub mod sequential; +pub mod servo; pub mod stylesheets; pub mod traversal; #[macro_use] |