Skip to content

Commit 0ba0f24

Browse files
committed
Revert "CI Clippy failure fix (#122)"
This reverts commit 6302356.
1 parent 2286c4b commit 0ba0f24

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/error.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,3 @@ pub enum LatteError {
5151
}
5252

5353
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

Comments
 (0)