error-chain: remove from the crate
This is no longer necessary because the error types are now provided by implementing the `Error` trait manually. Error cases are now more specific and no longer need to dynamically allocate.
Showing
... | ... | @@ -22,4 +22,3 @@ regex = "^1.0" |
tempdir = "~0.3" | ||
chrono = "~0.4" | ||
error-chain = ">= 0.9, < 0.11" |
src/error.rs
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment