Skip to content

Commit 54f610a

Browse files
authored
Unrolled build for #147230
Rollup merge of #147230 - demoray:patch-1, r=jdonszelmann Fix typo in 'unfulfilled_lint_expectation' to plural
2 parents d4ae855 + 84864bc commit 54f610a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/lints/levels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ talk about later in this section.
3838

3939
Sometimes, it can be helpful to suppress lints, but at the same time ensure that
4040
the code in question still emits them. The 'expect' level does exactly this. If
41-
the lint in question is not emitted, the `unfulfilled_lint_expectation` lint
41+
the lint in question is not emitted, the `unfulfilled_lint_expectations` lint
4242
triggers on the `expect` attribute, notifying you that the expectation is no
4343
longer fulfilled.
4444

0 commit comments

Comments
 (0)