Skip to content

Commit 309b647

Browse files
committed
Publicly reexport fallible-iterator from postgres
Closes #520
1 parent 3c85532 commit 309b647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgres/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#![doc(html_root_url = "https://docs.rs/postgres/0.17")]
5050
#![warn(clippy::all, rust_2018_idioms, missing_docs)]
5151

52+
pub use fallible_iterator;
5253
pub use tokio_postgres::{
5354
error, row, tls, types, Column, Portal, SimpleQueryMessage, Socket, Statement, ToStatement,
5455
};

0 commit comments

Comments
 (0)