More doc fixes

This commit is contained in:
Steven Fackler 2017-05-07 19:19:48 -07:00
parent f7f9e243ce
commit 9bb59ced69

View File

@ -7,7 +7,7 @@ use std::fmt;
use Connection;
#[doc(inline)]
pub use postgres_shared::error::*;
pub use postgres_shared::error::{DbError, ConnectError, ErrorPosition, Severity, SqlState};
/// A runtime error.
#[derive(Debug)]