Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@duarten
Copy link
Contributor

@duarten duarten commented Jun 19, 2025

Allows wasm users to import FallibleIterator via tokio-postgres instead
of having to define the dependency themselves.

Fixes #1210

Copy link
Member

@paolobarbolini paolobarbolini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Could you squash the commits into one?

@duarten
Copy link
Contributor Author

duarten commented Sep 22, 2025

LGTM. Could you squash the commits into one?

I think that can be done on merge (if not, I can squash later today).

@paolobarbolini
Copy link
Member

I think that can be done on merge

That's true, but then there would be no merge commit, just the squashed commit.

Allows wasm users to import FallibleIterator via tokio-postgres instead
of having to define the dependency themselves.

Fixes rust-postgres#1210
@duarten duarten force-pushed the duarte/fallible-rexport branch from 598468a to 4c3390f Compare September 22, 2025 22:02
@duarten
Copy link
Contributor Author

duarten commented Sep 22, 2025

Squashed!

@paolobarbolini paolobarbolini merged commit dfcb6af into rust-postgres:master Sep 22, 2025
4 checks passed
@paolobarbolini
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publicly re-export fallible-iterator from tokio-postgres

2 participants