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

Implement Send for Error #6

Merged
merged 1 commit into from
Dec 20, 2017
Merged

Implement Send for Error #6

merged 1 commit into from
Dec 20, 2017

Conversation

chritchens
Copy link
Contributor

Implement Send for Error so that it could be used in structs and traits requiring any error E to be E: Error + Send + 'static (e.g.: generally Result).

@GitCop
Copy link

GitCop commented Dec 18, 2017

There were the following issues with your Pull Request

  • Commit: 197d9ca
  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/zitsen/unqlite.rs


This message was auto-generated by https://gitcop.com

@zitsen zitsen merged commit 59bab98 into zitsen:master Dec 20, 2017
zitsen added a commit that referenced this pull request Dec 20, 2017
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.

None yet

3 participants