mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove some unused extern crates.
This commit is contained in:
parent
53c4a782a0
commit
86d3c576f2
26 changed files with 0 additions and 72 deletions
|
@ -61,9 +61,6 @@ features = ["plugins"]
|
|||
git = "https://github.com/servo/rust-layers"
|
||||
features = ["plugins"]
|
||||
|
||||
[dependencies.script_traits]
|
||||
path = "../script_traits"
|
||||
|
||||
[dependencies.ipc-channel]
|
||||
git = "https://github.com/servo/ipc-channel"
|
||||
|
||||
|
|
|
@ -60,7 +60,6 @@ extern crate net_traits;
|
|||
extern crate profile_traits;
|
||||
extern crate rand;
|
||||
extern crate rustc_serialize;
|
||||
extern crate script_traits;
|
||||
extern crate serde;
|
||||
|
||||
#[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue