Skip to content

Commit 7d94ca6

Browse files
committed
Removed the incorrect documentation for from_str
1 parent 088216f commit 7d94ca6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/num/dec2flt/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ macro_rules! from_str_float_impl {
121121
/// * '-3.14'
122122
/// * '2.5E10', or equivalently, '2.5e10'
123123
/// * '2.5E-10'
124-
/// * '.' (understood as 0)
125124
/// * '5.'
126125
/// * '.5', or, equivalently, '0.5'
127126
/// * 'inf', '-inf', 'NaN'

0 commit comments

Comments
 (0)