Skip to content

remove usage of deprecated Error method to fix CI #661

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant