Skip to content

Commit 3c23798

Browse files
authored
Update RELEASES.md
try fix the f64 as u32 line
1 parent 47c3158 commit 3c23798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Compatibility Notes
107107
previously a warning.
108108
- [In 1.45.0 (the next release) converting a `f64` to `u32` using the `as`
109109
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
110+
undefined behaviour, but you can use the `{f64, f32}::to_int_unchecked` methods to
111+
continue using the current behaviour, which may be desirable in rare performance
112112
sensitive situations.
113113

114114
Internal Only

0 commit comments

Comments
 (0)