diff options
author | Gulshan Singh <gulshan@umich.edu> | 2014-04-30 14:08:38 -0400 |
---|---|---|
committer | Gulshan Singh <gulshan@umich.edu> | 2014-04-30 14:38:11 -0400 |
commit | b1f4e04ee220b6ff32a442253fee3bc2bd700f87 (patch) | |
tree | 14d1c745061ae4c552d987b7fdd27ce332967d27 /src/components/script/script.rs | |
parent | af548696bbd767c72d3f9e79188a05379ebd0f0e (diff) | |
download | servo-b1f4e04ee220b6ff32a442253fee3bc2bd700f87.tar.gz servo-b1f4e04ee220b6ff32a442253fee3bc2bd700f87.zip |
Removed unnecessary return and moved crate import to script.rs
Diffstat (limited to 'src/components/script/script.rs')
-rw-r--r-- | src/components/script/script.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/script/script.rs b/src/components/script/script.rs index e72dc8af372..022b3b5e1a5 100644 --- a/src/components/script/script.rs +++ b/src/components/script/script.rs @@ -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"; |