We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecfcd2a + cb260e5 commit ffe0b66Copy full SHA for ffe0b66
src/libcore/num/mod.rs
@@ -1372,14 +1372,13 @@ macro_rules! from_str_float_impl {
1372
/// This function accepts strings such as
1373
///
1374
/// * '3.14'
1375
- /// * '+3.14', equivalent to '3.14'
1376
/// * '-3.14'
1377
/// * '2.5E10', or equivalently, '2.5e10'
1378
/// * '2.5E-10'
1379
/// * '.' (understood as 0)
1380
/// * '5.'
1381
/// * '.5', or, equivalently, '0.5'
1382
- /// * '+inf', 'inf', '-inf', 'NaN'
+ /// * 'inf', '-inf', 'NaN'
1383
1384
/// Leading and trailing whitespace represent an error.
1385
0 commit comments