We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1d51c commit b93f1bbCopy full SHA for b93f1bb
src/attributes/diagnostics.md
@@ -647,7 +647,7 @@ note: required for `&str` to implement `AsExpression<Integer>`
647
| ------------------------ unsatisfied trait bound introduced here
648
```
649
650
-By adding the `#[diagnostic::do_no_recommend]` attribute to the blanket `impl` for `AsExpression`, the message changes to:
+By adding the `#[diagnostic::do_not_recommend]` attribute to the blanket `impl` for `AsExpression`, the message changes to:
651
652
```text
653
error[E0277]: the trait bound `&str: AsExpression<Integer>` is not satisfied
0 commit comments