One more bit of cleanup
This commit is contained in:
parent
d84fa98b4b
commit
7f89a83caf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user