Up debugging and add doc string

This commit is contained in:
Steven Fackler 2014-02-08 11:25:24 -08:00
parent e0ec05c9de
commit b15716cf4e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export RUSTC = rustc
RUSTDOC = rustdoc
export RUSTFLAGS = -O -Z debug-info
export RUSTFLAGS = -O -Z extra-debug-info
BUILDDIR = build
INSTALL_DIR = %PREFIX%

View File

@ -495,6 +495,7 @@ impl PostgresDbError {
}
}
/// An error encountered when communicating with the Postgres server
#[deriving(ToStr)]
pub enum PostgresError {
/// An error reported by the Postgres server