Removed the incorrect documentation for from_str

This commit is contained in:
Max Comstock 2017-09-04 22:16:15 -04:00
parent 088216fb99
commit 7d94ca618c

View File

@ -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'