We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c8619 commit e916727Copy full SHA for e916727
posts/2024-09-05-Rust-1.81.0.md
@@ -68,7 +68,7 @@ if code runs in an environment without floating point support, you could use
68
Clippy to lint on such usage with `#![deny(clippy::float_arithmetic)]`.
69
However, if a new developer to the project sees this lint fire, they need to
70
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:
+Rust 1.81, they can be informed directly in the compiler message:
72
73
```text
74
error: floating-point arithmetic detected
0 commit comments