about summary refs log tree commit diff
path: root/src/liburl
diff options
context:
space:
mode:
Diffstat (limited to 'src/liburl')
-rw-r--r--src/liburl/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liburl/lib.rs b/src/liburl/lib.rs
index 067479753ea..9a24e8ecfa9 100644
--- a/src/liburl/lib.rs
+++ b/src/liburl/lib.rs
@@ -28,7 +28,7 @@ use std::hash::Hash;
 use std::io::BufReader;
 use std::from_str::FromStr;
 use std::uint;
-use std::vec_ng::Vec;
+use std::vec::Vec;
 
 use collections::HashMap;