Skip to content

Commit f0054b1

Browse files
committed
Re-export FallibleIterator from tokio-postgres
Allows wasm users to import FallibleIterator via tokio-postgres instead of having to define the dependency themselves. Fixes #1210
1 parent e1cd6be commit f0054b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ pub use crate::to_statement::ToStatement;
142142
pub use crate::transaction::Transaction;
143143
pub use crate::transaction_builder::{IsolationLevel, TransactionBuilder};
144144
use crate::types::ToSql;
145+
pub use fallible_iterator::FallibleIterator;
145146
use std::sync::Arc;
146147

147148
pub mod binary_copy;

0 commit comments

Comments
 (0)