Skip to content

Commit

Permalink
Merge pull request #1398 from Urgau/patch-2
Browse files Browse the repository at this point in the history
Fix typo in 1.81.0 release
  • Loading branch information
Kobzol authored Sep 5, 2024
2 parents dfce5f3 + 5d09dce commit bbfbd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2024-09-05-Rust-1.81.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if code runs in an environment without floating point support, you could use
Clippy to lint on such usage with `#![deny(clippy::float_arithmetic)]`.
However, if a new developer to the project sees this lint fire, they need to
look for (hopefully) a comment on the deny explaining why it was added. With
Rust 1.71, they can be informed directly in the compiler message:
Rust 1.81, they can be informed directly in the compiler message:

```text
error: floating-point arithmetic detected
Expand Down

0 comments on commit bbfbd4a

Please sign in to comment.