Skip to content

Commit 1291fc7

Browse files
committed
Reword unstability message for core::num::Float.
1 parent cd4ed38 commit 1291fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/num/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ pub enum FpCategory {
12221222
//
12231223
// FIXME(#8888): Several of these functions have a parameter named
12241224
// `unused_self`. Removing it requires #8888 to be fixed.
1225-
#[unstable = "recently settled as part of numerics reform"]
1225+
#[unstable = "distribution of methods between core/std is unclear"]
12261226
pub trait Float
12271227
: Copy + Clone
12281228
+ NumCast

0 commit comments

Comments
 (0)