Merge pull request #4 from amyavi/main

impl std Error for Error struct
This commit is contained in:
Mauro D 2023-09-28 08:04:25 +02:00 committed by GitHub
commit d5949da111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,3 +340,5 @@ impl Display for Error {
}
}
}
impl std::error::Error for Error {}