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 bbfbd4a commit 0810229Copy full SHA for 0810229
posts/2024-09-05-Rust-1.81.0.md
@@ -45,7 +45,7 @@ requirements documented in [PartialOrd] and [Ord].
45
### `#[expect(lint)]`
46
47
1.81 stabilizes a new lint level, `expect`, which allows explicitly noting that
48
-a particular lint *should* occur, and warning if it doesn't. The intended use
+a particular lint *should* occur, and warn if it doesn't. The intended use
49
case for this is temporarily silencing a lint, whether due to lint
50
implementation bugs or ongoing refactoring, while wanting to know when the lint
51
is no longer required.
0 commit comments