From 1291fc76e097d92680da83cb58912018dbf82266 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Mon, 5 Jan 2015 20:21:20 +1100 Subject: [PATCH] Reword unstability message for core::num::Float. --- src/libcore/num/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/num/mod.rs b/src/libcore/num/mod.rs index 1f20fae2f45c..9b83445e6bec 100644 --- a/src/libcore/num/mod.rs +++ b/src/libcore/num/mod.rs @@ -1222,7 +1222,7 @@ pub enum FpCategory { // // FIXME(#8888): Several of these functions have a parameter named // `unused_self`. Removing it requires #8888 to be fixed. -#[unstable = "recently settled as part of numerics reform"] +#[unstable = "distribution of methods between core/std is unclear"] pub trait Float : Copy + Clone + NumCast