Skip to content

Commit 5d09dce

Browse files
authored
Fix typo in 1.81.0 release
1 parent dfce5f3 commit 5d09dce

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
@@ -70,7 +70,7 @@ if code runs in an environment without floating point support, you could use
7070
Clippy to lint on such usage with `#![deny(clippy::float_arithmetic)]`.
7171
However, if a new developer to the project sees this lint fire, they need to
7272
look for (hopefully) a comment on the deny explaining why it was added. With
73-
Rust 1.71, they can be informed directly in the compiler message:
73+
Rust 1.81, they can be informed directly in the compiler message:
7474

7575
```text
7676
error: floating-point arithmetic detected

0 commit comments

Comments
 (0)