diff --git a/src/lib.rs b/src/lib.rs index da8a2c2..2af5d7d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -340,3 +340,5 @@ impl Display for Error { } } } + +impl std::error::Error for Error {}