From 7d94ca618c1627e1751dd7744e781d864c5887bb Mon Sep 17 00:00:00 2001 From: Max Comstock Date: Mon, 4 Sep 2017 22:16:15 -0400 Subject: [PATCH] Removed the incorrect documentation for from_str --- src/libcore/num/dec2flt/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libcore/num/dec2flt/mod.rs b/src/libcore/num/dec2flt/mod.rs index f353770a736e4..f93564c2849f5 100644 --- a/src/libcore/num/dec2flt/mod.rs +++ b/src/libcore/num/dec2flt/mod.rs @@ -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'