We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d749306 commit f3406a7Copy full SHA for f3406a7
src/impl_trait_from_str.rs
@@ -6,6 +6,7 @@ impl FromStr for BigDecimal {
6
7
#[inline]
8
fn from_str(s: &str) -> Result<BigDecimal, ParseBigDecimalError> {
9
+ // implemented in impl_num.rs
10
BigDecimal::from_str_radix(s, 10)
11
}
12
0 commit comments