mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove unused script -> layout_traits dependency
This commit is contained in:
parent
14ccb22e67
commit
e0eed0a48e
5 changed files with 0 additions and 7 deletions
|
@ -30,9 +30,6 @@ path = "../profile_traits"
|
|||
[dependencies.script_traits]
|
||||
path = "../script_traits"
|
||||
|
||||
[dependencies.layout_traits]
|
||||
path = "../layout_traits"
|
||||
|
||||
[dependencies.devtools_traits]
|
||||
path = "../devtools_traits"
|
||||
|
||||
|
|
|
@ -48,7 +48,6 @@ extern crate fnv;
|
|||
extern crate hyper;
|
||||
extern crate ipc_channel;
|
||||
extern crate js;
|
||||
extern crate layout_traits;
|
||||
extern crate libc;
|
||||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue