Skip to content

Commit e916727

Browse files
Update posts/2024-09-05-Rust-1.81.0.md
1 parent 36c8619 commit e916727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-09-05-Rust-1.81.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if code runs in an environment without floating point support, you could use
6868
Clippy to lint on such usage with `#![deny(clippy::float_arithmetic)]`.
6969
However, if a new developer to the project sees this lint fire, they need to
7070
look for (hopefully) a comment on the deny explaining why it was added. With
71-
Rust 1.71, they can be informed directly in the compiler message:
71+
Rust 1.81, they can be informed directly in the compiler message:
7272

7373
```text
7474
error: floating-point arithmetic detected

0 commit comments

Comments
 (0)