From 7f89a83caf4f60eeab58c42b493d63c0caa21a64 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 25 Nov 2014 16:27:35 -0800 Subject: [PATCH] One more bit of cleanup --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index 28fa898b..f9b7fb56 100644 --- a/src/error.rs +++ b/src/error.rs @@ -592,7 +592,7 @@ impl error::Error for DbError { #[deriving(Clone, PartialEq, Eq)] pub enum Error { /// An error reported by the Postgres server - DbError(::error::DbError), + DbError(DbError), /// An error communicating with the Postgres server IoError(IoError), /// The communication channel with the Postgres server has desynchronized