diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index a62c35ee576..89fcec41d93 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -25,7 +25,7 @@ extern crate serialize; extern crate sync; #[cfg(target_os="macos")] extern crate task_info; -extern crate std_time = "time"; +extern crate "time" as std_time; extern crate string_cache; extern crate url; |