Skip to content

Commit f104e98

Browse files
authored
Add Clone to ParseBigDecimalError
1 parent 6742a50 commit f104e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ impl BigDecimal {
929929

930930
}
931931

932-
#[derive(Debug, PartialEq)]
932+
#[derive(Debug, PartialEq, Clone)]
933933
pub enum ParseBigDecimalError {
934934
ParseDecimal(ParseFloatError),
935935
ParseInt(ParseIntError),

0 commit comments

Comments
 (0)