Skip to content
Snippets Groups Projects
Commit 9caccb76 authored by SamwiseFilmore's avatar SamwiseFilmore
Browse files

Error cleanup

Most of this is just allowing "implicit" conversions between
Path/PathBuf and ErrorKind, enabling `.chain_err(|| path )` syntax as
opposed to `.chain_err(|| ErrorKind::Path(path.to_path_buf()) )`.
Reduced verbosity should help with readability, since that pattern is
used throughout the codebase.

Also took care of a couple TODOs
parent 0723ce95
Branches error_chain
No related tags found
1 merge request!10Error chain
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment