Removed unnecessary return and moved crate import to script.rs

This commit is contained in:
Gulshan Singh 2014-04-30 14:08:38 -04:00
parent af548696bb
commit b1f4e04ee2
2 changed files with 4 additions and 3 deletions

View file

@ -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";