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

Use the failure_derive crate #11

Merged
merged 1 commit into from
Aug 28, 2018
Merged

Use the failure_derive crate #11

merged 1 commit into from
Aug 28, 2018

Conversation

tony-iqlusion
Copy link
Member

Previously the code for failure_derive was vendored, with the long-term goal of modifying it/enhancing it with some framework-specific concerns.

However, failure_derive is a dependency of failure so we pull it in anyway. Might as well use it, as opposed to cherry-picking a bunch of upstream changes to proc macro code.

@tarcieri tarcieri force-pushed the use-failure-derive branch 2 times, most recently from 9e72ea2 to e309466 Compare August 28, 2018 18:03
Previously the code for `failure_derive` was vendored, with the
long-term goal of modifying it/enhancing it with some framework-specific
concerns.

However, `failure_derive` is a dependency of `failure` so we pull it in
anyway. Might as well use it, as opposed to cherry-picking a bunch of
upstream changes to proc macro code.
@tony-iqlusion tony-iqlusion merged commit f01a13b into master Aug 28, 2018
@tony-iqlusion tony-iqlusion deleted the use-failure-derive branch August 28, 2018 18:31
@tony-iqlusion tony-iqlusion mentioned this pull request Aug 28, 2018
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

1 participant