Skip to content

Commit 9bb59ce

Browse files
committed
More doc fixes
1 parent f7f9e24 commit 9bb59ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::fmt;
77
use Connection;
88

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

1212
/// A runtime error.
1313
#[derive(Debug)]

0 commit comments

Comments
 (0)