pallas
pallas copied to clipboard
Add clone impls to some errors
Very small PR that adds Clone impls to a couple of error types. I have some error types in my own crate that have Clone bounds, and IMO it's better for the underlying error to implement Clone, rather than chucking it in an Arc.
Thanks :grin: