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 88fa9ea2701..4e301cfc181 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -28,6 +28,7 @@ extern crate cssparser; extern crate matches; extern crate encoding; +extern crate "rustc-serialize" as rustc_serialize; extern crate string_cache; extern crate selectors; |