]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/num/mod.rs
std: Remove deprecated functionality from 1.5
[rust.git] / src / libcore / num / mod.rs
index e1e5c01adb705eb572806c2c6bb0348270e24620..4f3c12567095ee2e385f4799687818c8a4b1051f 100644 (file)
@@ -1771,12 +1771,6 @@ pub trait Float: Sized {
     #[unstable(feature = "float_extras", reason = "needs removal",
                issue = "27752")]
     fn one() -> Self;
-    /// Parses the string `s` with the radix `r` as a float.
-    #[unstable(feature = "float_from_str_radix", reason = "recently moved API",
-               issue = "27736")]
-    #[rustc_deprecated(since = "1.4.0",
-                 reason = "unclear how useful or correct this is")]
-    fn from_str_radix(s: &str, r: u32) -> Result<Self, ParseFloatError>;
 
     /// Returns true if this value is NaN and false otherwise.
     #[stable(feature = "core", since = "1.6.0")]