We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 651f53e + d4763da commit 376655eCopy full SHA for 376655e
library/core/src/convert/num.rs
@@ -9,7 +9,7 @@ mod private {
9
pub trait Sealed {}
10
}
11
12
-/// Supporting trait for inherent methods of `f32` and `f64` such as `round_unchecked_to`.
+/// Supporting trait for inherent methods of `f32` and `f64` such as `to_int_unchecked`.
13
/// Typically doesn’t need to be used directly.
14
#[unstable(feature = "convert_float_to_int", issue = "67057")]
15
pub trait FloatToInt<Int>: private::Sealed + Sized {
0 commit comments