Skip to content

Commit

Permalink
Removed the incorrect documentation for from_str
Browse files Browse the repository at this point in the history
  • Loading branch information
mcomstock committed Sep 5, 2017
1 parent 088216f commit 7d94ca6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/num/dec2flt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ macro_rules! from_str_float_impl {
/// * '-3.14'
/// * '2.5E10', or equivalently, '2.5e10'
/// * '2.5E-10'
/// * '.' (understood as 0)
/// * '5.'
/// * '.5', or, equivalently, '0.5'
/// * 'inf', '-inf', 'NaN'
Expand Down

0 comments on commit 7d94ca6

Please sign in to comment.