Skip to content

Commit de67301

Browse files
authored
Rollup merge of rust-lang#147230 - demoray:patch-1, r=jdonszelmann
Fix typo in 'unfulfilled_lint_expectation' to plural
2 parents 8e28978 + 84864bc commit de67301

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)