We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f9e24 commit 9bb59ceCopy full SHA for 9bb59ce
tokio-postgres/src/error.rs
@@ -7,7 +7,7 @@ use std::fmt;
7
use Connection;
8
9
#[doc(inline)]
10
-pub use postgres_shared::error::*;
+pub use postgres_shared::error::{DbError, ConnectError, ErrorPosition, Severity, SqlState};
11
12
/// A runtime error.
13
#[derive(Debug)]
0 commit comments