Skip to content

Commit b15716c

Browse files
committed
Up debugging and add doc string
1 parent e0ec05c commit b15716c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export RUSTC = rustc
22
RUSTDOC = rustdoc
3-
export RUSTFLAGS = -O -Z debug-info
3+
export RUSTFLAGS = -O -Z extra-debug-info
44
BUILDDIR = build
55
INSTALL_DIR = %PREFIX%
66

src/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ impl PostgresDbError {
495495
}
496496
}
497497

498+
/// An error encountered when communicating with the Postgres server
498499
#[deriving(ToStr)]
499500
pub enum PostgresError {
500501
/// An error reported by the Postgres server

0 commit comments

Comments
 (0)