1 parent 2286c4b commit 0ba0f24Copy full SHA for 0ba0f24
1 file changed
src/error.rs
@@ -51,12 +51,3 @@ pub enum LatteError {
51
}
52
53
pub type Result<T> = std::result::Result<T, LatteError>;
54
-
55
-// Adding the necessary impl blocks
56
-impl std::fmt::Display for LatteError {
57
- fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
58
- write!(f, "{:?}", self)
59
- }
60
-}
61
62
-impl std::error::Error for LatteError {}
0 commit comments