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