Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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