From cf2f3f8e01fb91490464eb4c28d5114d134fc06c Mon Sep 17 00:00:00 2001 From: timofey Date: Sun, 3 Sep 2023 20:24:43 +0000 Subject: [PATCH] `Error` for `SingularError` --- src/rstd/singular.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rstd/singular.rs b/src/rstd/singular.rs index 95a542e..1c45c81 100644 --- a/src/rstd/singular.rs +++ b/src/rstd/singular.rs @@ -58,6 +58,8 @@ impl Display for SingularError { } } +impl Error for SingularError {} + impl<'a, Ctx: Context<'a>> SingularResolver<'a, Ctx> { pub fn from_mentionable>(a: &A) -> Self { let mut points = Vec::new();