One more bit of cleanup

This commit is contained in:
Steven Fackler 2014-11-25 16:27:35 -08:00
parent d84fa98b4b
commit 7f89a83caf

View File

@ -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