We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84fa98 commit 7f89a83Copy full SHA for 7f89a83
1 file changed
src/error.rs
@@ -592,7 +592,7 @@ impl error::Error for DbError {
592
#[deriving(Clone, PartialEq, Eq)]
593
pub enum Error {
594
/// An error reported by the Postgres server
595
- DbError(::error::DbError),
+ DbError(DbError),
596
/// An error communicating with the Postgres server
597
IoError(IoError),
598
/// The communication channel with the Postgres server has desynchronized
0 commit comments