Reword unstability message for core::num::Float.

This commit is contained in:
Huon Wilson 2015-01-05 20:21:20 +11:00
parent cd4ed38404
commit 1291fc76e0

View 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