diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2015-01-05 20:21:20 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2015-01-06 23:21:01 +1100 |
| commit | 1291fc76e097d92680da83cb58912018dbf82266 (patch) | |
| tree | f7bbc5ba2ac9a58637568a119a84cbe7637772c5 | |
| parent | cd4ed38404384bdb13500f1d2e782d32ece2b239 (diff) | |
| download | rust-1291fc76e097d92680da83cb58912018dbf82266.tar.gz rust-1291fc76e097d92680da83cb58912018dbf82266.zip | |
Reword unstability message for core::num::Float.
| -rw-r--r-- | src/libcore/num/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/num/mod.rs b/src/libcore/num/mod.rs index 1f20fae2f45..9b83445e6be 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 |
