From ba3b54afb0c84ded85bb00daf7e2506f15e8ca9e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 20 Dec 2016 15:34:36 -0800 Subject: [PATCH] Make shared build --- postgres-shared/src/params/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-shared/src/params/mod.rs b/postgres-shared/src/params/mod.rs index 990b0521..cebc17d9 100644 --- a/postgres-shared/src/params/mod.rs +++ b/postgres-shared/src/params/mod.rs @@ -4,7 +4,7 @@ use std::error::Error; use std::path::{Path, PathBuf}; use std::mem; -use url::Url; +use params::url::Url; mod url;