summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main.rs b/src/main.rs
index 72586939..caf94cac 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -49,13 +49,7 @@ where
}
pub mod errors {
- error_chain::error_chain! {
- foreign_links {
- Io(::std::io::Error);
- SyntectError(::syntect::LoadingError);
- ParseIntError(::std::num::ParseIntError);
- }
- }
+ pub use anyhow::{anyhow, Context, Error, Result};
}
#[cfg(not(tarpaulin_include))]