Skip to content

Commit 578a5d6

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)