Update RELEASES.md

try fix the f64 as u32 line
This commit is contained in:
Tshepang Lekhonkhobe 2020-06-05 03:30:56 +02:00 committed by GitHub
parent 47c3158c3d
commit 3c23798718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,8 +107,8 @@ Compatibility Notes
previously a warning. previously a warning.
- [In 1.45.0 (the next release) converting a `f64` to `u32` using the `as` - [In 1.45.0 (the next release) converting a `f64` to `u32` using the `as`
operator has been defined as a saturating operation.][71269] This was previously operator has been defined as a saturating operation.][71269] This was previously
undefined behaviour, you can use the `{f64, f32}::to_int_unchecked` methods to undefined behaviour, but you can use the `{f64, f32}::to_int_unchecked` methods to
continue using the current behaviour which may desirable in rare performance continue using the current behaviour, which may be desirable in rare performance
sensitive situations. sensitive situations.
Internal Only Internal Only