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

remove usage of deprecated Error method to fix CI #661

Merged
merged 1 commit into from
Jan 7, 2020
Merged

Conversation

yoshuawuyts
Copy link
Contributor

std::error::Error::description has been deprecated and replaced with Display. It looks like nightly warns about this and our use of -D warnings with cargo check breaks CI. This fixes that. Thanks!

@yoshuawuyts yoshuawuyts changed the title remove usage of deprecated method remove usage of deprecated Error method to fix CI Jan 7, 2020
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
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