From eb6fb8e5fe1efb3fbb927d13075cf5a1b33aa83e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 8 Jan 2019 21:43:14 -0800 Subject: rust 2018 edition! Only the basics to get things to compile/test again in this commit. --- rust/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 0d9ef813..18550a5d 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -92,10 +92,10 @@ pub mod errors { } #[doc(hidden)] -pub use errors::*; +pub use crate::errors::*; pub use self::errors::*; -use auth::AuthConfectionary; +use crate::auth::AuthConfectionary; use diesel::pg::PgConnection; use diesel::r2d2::ConnectionManager; use dotenv::dotenv; -- cgit v1.2.3