Explorar el Código

Fix old_path import in tests.

Simon Sapin hace 11 años
padre
commit
5fd0cf91d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/tests.rs

+ 1 - 1
src/tests.rs

@@ -9,7 +9,7 @@
 
 use std::char;
 use std::num::from_str_radix;
-use std::path;
+use std::old_path as path;
 use super::{UrlParser, Url, SchemeData, RelativeSchemeData, Host};