mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove references to unused crates.
The cleanup is based on info from using "-W unused-extern-crates".
This commit is contained in:
parent
b021874ba0
commit
41c293293b
22 changed files with 8 additions and 57 deletions
|
@ -25,7 +25,6 @@ git = "https://github.com/servo/ipc-channel"
|
|||
|
||||
[dependencies]
|
||||
hyper = { version = "0.8", features = [ "serde-serialization" ] }
|
||||
log = "0.3.5"
|
||||
serde = "0.7"
|
||||
serde_json = "0.7"
|
||||
serde_macros = "0.7"
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
extern crate devtools_traits;
|
||||
extern crate hyper;
|
||||
extern crate ipc_channel;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate msg;
|
||||
extern crate serde;
|
||||
extern crate serde_json;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue