mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -29,4 +29,3 @@ time = "0.1"
|
|||
rustc-serialize = "0.3"
|
||||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
url = "0.5.2"
|
||||
|
|
|
@ -28,7 +28,6 @@ extern crate msg;
|
|||
extern crate rustc_serialize;
|
||||
extern crate serde;
|
||||
extern crate time;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
|
||||
use actor::{Actor, ActorRegistry};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue