diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 7691a051afc..1da38b4eee8 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -33,7 +33,6 @@ extern crate string_cache; extern crate collections; extern crate encoding; extern crate libc; -extern crate sync; extern crate url; // Listed first because of macro definitions |