Skip to content

Commit 7f89a83

Browse files
committed
One more bit of cleanup
1 parent d84fa98 commit 7f89a83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ impl error::Error for DbError {
592592
#[deriving(Clone, PartialEq, Eq)]
593593
pub enum Error {
594594
/// An error reported by the Postgres server
595-
DbError(::error::DbError),
595+
DbError(DbError),
596596
/// An error communicating with the Postgres server
597597
IoError(IoError),
598598
/// The communication channel with the Postgres server has desynchronized

0 commit comments

Comments
 (0)