We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d01f7ae + 3c23798 commit 27376d5Copy full SHA for 27376d5
RELEASES.md
@@ -107,8 +107,8 @@ Compatibility Notes
107
previously a warning.
108
- [In 1.45.0 (the next release) converting a `f64` to `u32` using the `as`
109
operator has been defined as a saturating operation.][71269] This was previously
110
- undefined behaviour, you can use the `{f64, f32}::to_int_unchecked` methods to
111
- continue using the current behaviour which may desirable in rare performance
+ undefined behaviour, but you can use the `{f64, f32}::to_int_unchecked` methods to
+ continue using the current behaviour, which may be desirable in rare performance
112
sensitive situations.
113
114
Internal Only
0 commit comments