Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Await async_channel::Sender::send #662

Merged
merged 4 commits into from
Jan 2, 2023
Merged

Conversation

flub
Copy link
Contributor

@flub flub commented Jan 2, 2023

This makes sure to await the future from async_channel::Sender::send.
When not awaiting this only makes a struct and noting is ever sent.

Caught by clippy really.

This makes sure to await the future from async_channel::Sender::send.
When not awaiting this only makes a struct and noting is ever sent.

Caught by clippy really.
dignifiedquire
dignifiedquire previously approved these changes Jan 2, 2023
@flub flub merged commit 4011d3b into main Jan 2, 2023
@flub flub deleted the flub/beta-clippy-futures-await branch January 2, 2023 12:30
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.

2 participants