Skip to content

Commit 7df7feb

Browse files
committed
Remove impl From<BigDecimalRef> for BigDecimal
1 parent 1a15987 commit 7df7feb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib.rs

-6
Original file line numberDiff line numberDiff line change
@@ -1352,12 +1352,6 @@ impl<'a> From<&'a BigInt> for BigDecimalRef<'a> {
13521352
}
13531353
}
13541354

1355-
impl<'a> From<BigDecimalRef<'a>> for BigDecimal {
1356-
fn from(n: BigDecimalRef<'a>) -> Self {
1357-
n.to_owned()
1358-
}
1359-
}
1360-
13611355

13621356
/// Tools to help serializing/deserializing `BigDecimal`s
13631357
#[cfg(feature = "serde")]

0 commit comments

Comments
 (0)