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.
2 parents 8e28978 + 84864bc commit de67301Copy full SHA for de67301
src/doc/rustc/src/lints/levels.md
@@ -38,7 +38,7 @@ talk about later in this section.
38
39
Sometimes, it can be helpful to suppress lints, but at the same time ensure that
40
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
+the lint in question is not emitted, the `unfulfilled_lint_expectations` lint
42
triggers on the `expect` attribute, notifying you that the expectation is no
43
longer fulfilled.
44
0 commit comments