From a8c974d5cf836cc7f2a2f0ed47287aed77c2d7fd Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Fri, 6 Jan 2023 23:29:55 +0100 Subject: impl std::error:Error for Error --- src/error.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/error.rs b/src/error.rs index 6dec6c8..e048120 100644 --- a/src/error.rs +++ b/src/error.rs @@ -64,3 +64,5 @@ impl fmt::Display for Error { } } } + +impl std::error::Error for Error {} -- cgit v1.2.3