Skip to content

Commit

Permalink
Rollup merge of rust-lang#73010 - tshepang:patch-2, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update RELEASES.md

try fix the f64 as u32 line
  • Loading branch information
Dylan-DPC authored Jun 5, 2020
2 parents 9fcc7b8 + 3c23798 commit 214904c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Compatibility Notes
previously a warning.
- [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
undefined behaviour, you can use the `{f64, f32}::to_int_unchecked` methods to
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
sensitive situations.

Internal Only
Expand Down

0 comments on commit 214904c

Please sign in to comment.