diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-01-04 11:58:37 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-01-04 16:28:02 +0100 |
commit | 04eb923da9af9988780a5dcc610b56e219866a9d (patch) | |
tree | e46eeba3ea9efe1d6f4bae9a2bfe52d25eccef49 /components/script/lib.rs | |
parent | 394508953ec61ede4c516a9bef912b320d66c084 (diff) | |
download | servo-04eb923da9af9988780a5dcc610b56e219866a9d.tar.gz servo-04eb923da9af9988780a5dcc610b56e219866a9d.zip |
Remove dependencies on the native crate.
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 9c8bbccc701..490acb01c08 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -23,7 +23,6 @@ extern crate hyper; extern crate js; extern crate libc; extern crate msg; -extern crate native; extern crate net; extern crate rustrt; extern crate serialize; |