mirror of
https://github.com/servo/servo.git
synced 2025-06-15 03:44:30 +00:00
Removed unnecessary return and moved crate import to script.rs
This commit is contained in:
parent
af548696bb
commit
b1f4e04ee2
2 changed files with 4 additions and 3 deletions
|
@ -24,6 +24,7 @@ extern crate js;
|
|||
extern crate libc;
|
||||
extern crate native;
|
||||
extern crate serialize;
|
||||
extern crate time;
|
||||
#[phase(syntax)]
|
||||
extern crate servo_macros = "macros";
|
||||
extern crate servo_net = "net";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue