diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 1954802b2aa..0b579dd5e0d 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -16,7 +16,6 @@ extern crate log; extern crate serialize; extern crate "util" as servo_util; extern crate stb_image; -extern crate sync; extern crate time; extern crate url; |