From 9bb59ced692fdce93100661aeadb6dcaf8f373e7 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 7 May 2017 19:19:48 -0700 Subject: [PATCH] More doc fixes --- tokio-postgres/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-postgres/src/error.rs b/tokio-postgres/src/error.rs index c4737803..af4e064b 100644 --- a/tokio-postgres/src/error.rs +++ b/tokio-postgres/src/error.rs @@ -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)]