Skip to content

Commit f3406a7

Browse files
committed
Add comment on where to find real implementation
1 parent d749306 commit f3406a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/impl_trait_from_str.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ impl FromStr for BigDecimal {
66

77
#[inline]
88
fn from_str(s: &str) -> Result<BigDecimal, ParseBigDecimalError> {
9+
// implemented in impl_num.rs
910
BigDecimal::from_str_radix(s, 10)
1011
}
1112
}

0 commit comments

Comments
 (0)