]> git.lizzy.rs Git - rust.git/commitdiff
Reword unstability message for core::num::Float.
authorHuon Wilson <dbau.pp+github@gmail.com>
Mon, 5 Jan 2015 09:21:20 +0000 (20:21 +1100)
committerHuon Wilson <dbau.pp+github@gmail.com>
Tue, 6 Jan 2015 12:21:01 +0000 (23:21 +1100)
src/libcore/num/mod.rs

index 1f20fae2f45cacf3ea973c8c60756ae412c523cc..9b83445e6bec8743042bef93e4dbb5270cd74cfa 100644 (file)
@@ -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