diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2016-06-10 15:46:12 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-06-11 11:49:40 +0530 |
commit | 9deecd793c6859e52c2ce9df7bba28eb3159cb97 (patch) | |
tree | 9d3417c31e74de79736e953236932a5a3dc6f36c /components/script/lib.rs | |
parent | 8b9479f8bf13efa0cc174a84e1775c4926278cef (diff) | |
download | servo-9deecd793c6859e52c2ce9df7bba28eb3159cb97.tar.gz servo-9deecd793c6859e52c2ce9df7bba28eb3159cb97.zip |
Review fixes
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 50b0c47ac6b..b74ec37a64b 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -79,7 +79,6 @@ extern crate style; extern crate time; #[cfg(any(target_os = "macos", target_os = "linux"))] extern crate tinyfiledialogs; -extern crate unicase; extern crate url; #[macro_use] extern crate util; @@ -91,7 +90,6 @@ extern crate xml5ever; mod blob_url_store; pub mod bluetooth_blacklist; pub mod clipboard_provider; -pub mod cors; mod devtools; pub mod document_loader; #[macro_use] |