Rollup merge of #147230 - demoray:patch-1, r=jdonszelmann

Fix typo in 'unfulfilled_lint_expectation' to plural
This commit is contained in:
Matthias Krüger 2025-10-01 18:42:39 +02:00 committed by GitHub
commit de67301a28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ talk about later in this section.
Sometimes, it can be helpful to suppress lints, but at the same time ensure that
the code in question still emits them. The 'expect' level does exactly this. If
the lint in question is not emitted, the `unfulfilled_lint_expectation` lint
the lint in question is not emitted, the `unfulfilled_lint_expectations` lint
triggers on the `expect` attribute, notifying you that the expectation is no
longer fulfilled.