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 Rust 2015 error and Run cargo fmt #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rand0m-cloud
Copy link

@rand0m-cloud rand0m-cloud commented Mar 6, 2022

This PR adds Send and Sync to Void. This PR arose from my work in rs-ipfs where a trait added a bound of Send that broke the downstream uses. I apologize and after more digging into std::convert::Infalliable, I realized that Send + Sync was auto implemented for Void as well. I'll have to do more digging into my type errors.

This PR also includes a fix for the Rust 2015 error in the source. With also a cargo fmt formatting commit.

@rand0m-cloud rand0m-cloud mentioned this pull request Mar 6, 2022
8 tasks
@rand0m-cloud rand0m-cloud changed the title Add Send + Sync to Void Fix Rust 2015 error and Run cargo fmt Mar 6, 2022
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.

1 participant