diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 44ac6f1856c..d7b39848322 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -39,7 +39,7 @@ extern crate hyper; extern crate js; extern crate libc; extern crate msg; -extern crate net; +extern crate net_traits; extern crate "rustc-serialize" as rustc_serialize; extern crate time; extern crate canvas; |