Skip to content

Commit

Permalink
Merge pull request #4 from amyavi/main
Browse files Browse the repository at this point in the history
impl std Error for Error struct
  • Loading branch information
mdecimus committed Sep 28, 2023
2 parents d2f8194 + 8157910 commit d5949da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,5 @@ impl Display for Error {
}
}
}

impl std::error::Error for Error {}

0 comments on commit d5949da

Please sign in to comment.