Skip to content

Commit

Permalink
Rollup merge of rust-lang#44328 - mcomstock:from-str-doc-fix, r=steve…
Browse files Browse the repository at this point in the history
…klabnik

Removed the incorrect documentation for from_str

Fixes rust-lang#44242.
  • Loading branch information
Mark-Simulacrum committed Sep 7, 2017
2 parents d2c85a0 + 7d94ca6 commit e7470c9
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 e7470c9

Please sign in to comment.