Skip to content

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