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.
2 parents dfce5f3 + 5d09dce commit bbfbd4aCopy full SHA for bbfbd4a
posts/2024-09-05-Rust-1.81.0.md
@@ -70,7 +70,7 @@ if code runs in an environment without floating point support, you could use
70
Clippy to lint on such usage with `#![deny(clippy::float_arithmetic)]`.
71
However, if a new developer to the project sees this lint fire, they need to
72
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:
+Rust 1.81, they can be informed directly in the compiler message:
74
75
```text
76
error: floating-point arithmetic detected
0 commit comments