forked from kindelia/Kindelia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addresses kindelia#247. use anyhow::Context trait to Replace calls to map_err(|e| anyhow!("...{}", e)) with .context("..."). This does two things: 1. Makes the code and error messages more succinct and readable. 2. Preserves the original error
- Loading branch information
Showing
5 changed files
with
86 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.