Skip to content

Commit c0fcf34

Browse files
committed
Reexport macros from tokio-postgres
Closes #463
1 parent c41a70a commit c0fcf34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

postgres/src/lib.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ use tokio::runtime::{self, Runtime};
6262

6363
#[cfg(feature = "runtime")]
6464
pub use tokio_postgres::Socket;
65-
pub use tokio_postgres::{error, row, tls, types, Column, Portal, SimpleQueryMessage, Statement};
65+
pub use tokio_postgres::{
66+
accepts, error, row, tls, to_sql_checked, types, Column, Portal, SimpleQueryMessage, Statement,
67+
};
6668

6769
pub use crate::client::*;
6870
#[cfg(feature = "runtime")]

0 commit comments

Comments
 (0)