pallas icon indicating copy to clipboard operation
pallas copied to clipboard

Add clone impls to some errors

Open cameron1024 opened this issue 2 years ago • 0 comments

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:

cameron1024 avatar Mar 23 '23 15:03 cameron1024