akubera / bigdecimal-rs

Arbitrary precision decimal crate for Rust
Other
275 stars 71 forks source link

Add Clone to ParseBigDecimalError #123

Closed Amejonah1200 closed 6 months ago

Amejonah1200 commented 6 months ago

As the other errors are in fact also Clone, I would suggest adding it here too. This allows me, for example, making the error part of the AST I'm building, where expressions can be also Clone.

(I don't know about the "Merge branch 'akubera:trunk' into trunk" one, I mainly synced the trunk with mine)

akubera commented 6 months ago

Thanks