diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 857461aa335..c3c6047d0df 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -18,7 +18,7 @@ extern crate png; #[macro_use] extern crate log; extern crate serialize; -extern crate "util" as servo_util; +extern crate util; extern crate stb_image; extern crate time; extern crate url; |