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

Replace error-chain with thiserror #59

Merged
merged 4 commits into from
Sep 12, 2022

Conversation

matthiasbeyer
Copy link
Member

Replaces the abandoned error-chain crate with thiserror, but does not clean up any expect() or unwrap() calls!


Closes #58

@matthiasbeyer
Copy link
Member Author

Lets see what CI thinks.

Signed-off-by: Matthias Beyer <[email protected]>
This patch replaces error-chain with the current version of thiserror.
There's nothing done more, so no cleanup of .expect() or .unwrap()
calls, just a plain conversion from one crate to another.

Signed-off-by: Matthias Beyer <[email protected]>
@matthiasbeyer matthiasbeyer force-pushed the error-chain-to-thiserror branch from 3feb056 to 0cddb83 Compare September 12, 2022 06:51
@matthiasbeyer
Copy link
Member Author

bors merge

@bors
Copy link
Contributor

bors bot commented Sep 12, 2022

Build succeeded:

@bors bors bot merged commit d89b7ef into rust-cli:master Sep 12, 2022
@matthiasbeyer matthiasbeyer deleted the error-chain-to-thiserror branch September 12, 2022 07:00
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.

Replace error-chain with thiserror
1 participant