Skip to content

Commit 0810229

Browse files
authored
Fix grammar in 1.81.0 release
1 parent bbfbd4a commit 0810229

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
@@ -45,7 +45,7 @@ requirements documented in [PartialOrd] and [Ord].
4545
### `#[expect(lint)]`
4646

4747
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
48+
a particular lint *should* occur, and warn if it doesn't. The intended use
4949
case for this is temporarily silencing a lint, whether due to lint
5050
implementation bugs or ongoing refactoring, while wanting to know when the lint
5151
is no longer required.

0 commit comments

Comments
 (0)