- Notifications
You must be signed in to change notification settings - Fork515
Re-export FallibleIterator from tokio-postgres#1248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Re-export FallibleIterator from tokio-postgres#1248
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this 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 commentedSep 22, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I think that can be done on merge (if not, I can squash later today). |
That's true, but then there would be no merge commit, just the squashed commit. |
Allows wasm users to import FallibleIterator via tokio-postgres insteadof having to define the dependency themselves.Fixesrust-postgres#1210
598468a
to4c3390f
CompareSquashed! |
dfcb6af
intorust-postgres:masterUh oh!
There was an error while loading.Please reload this page.
Thanks! |
Allows wasm users to import FallibleIterator via tokio-postgres instead
of having to define the dependency themselves.
Fixes#1210