Skip to content

Commit f7f9e24

Browse files
committed
Fix docs
1 parent 6b00876 commit f7f9e24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgres/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::io;
44
use std::error;
55

66
#[doc(inline)]
7-
pub use postgres_shared::error::*;
7+
pub use postgres_shared::error::{DbError, ConnectError, ErrorPosition, Severity, SqlState};
88

99
/// An error encountered when communicating with the Postgres server.
1010
#[derive(Debug)]

postgres/src/params.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//! Connection parameters
22
3-
pub use postgres_shared::params::*;
3+
pub use postgres_shared::params::{Builder, ConnectParams, User, Host, IntoConnectParams};

0 commit comments

Comments
 (0)