diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index d5a4c72f9cb..b246b5ecda3 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -36,7 +36,6 @@ extern crate "net" as servo_net; extern crate util; #[macro_use] extern crate style; -extern crate "msg" as servo_msg; extern crate url; extern crate uuid; extern crate string_cache; |