Up debugging and add doc string
This commit is contained in:
parent
e0ec05c9de
commit
b15716cf4e
@ -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%
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user