diff options
| author | Andy Russell <arussell123@gmail.com> | 2022-06-30 16:17:38 -0400 |
|---|---|---|
| committer | Andy Russell <arussell123@gmail.com> | 2022-06-30 16:17:38 -0400 |
| commit | 625122af9f4825f79bae7cbac55acc8fcbcda3eb (patch) | |
| tree | 6f5a4105956b731884c72e6b187cbac6baf6cfa2 /src | |
| parent | 7425fb293f510a6f138e82a963a3bc599a5b9e1c (diff) | |
| download | rust-625122af9f4825f79bae7cbac55acc8fcbcda3eb.tar.gz rust-625122af9f4825f79bae7cbac55acc8fcbcda3eb.zip | |
fix grammar in useless doc comment lint
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/lint/unused/unused-doc-comments-edge-cases.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/lint/unused/unused-doc-comments-edge-cases.stderr b/src/test/ui/lint/unused/unused-doc-comments-edge-cases.stderr index 30a96af583a..1a022c30938 100644 --- a/src/test/ui/lint/unused/unused-doc-comments-edge-cases.stderr +++ b/src/test/ui/lint/unused/unused-doc-comments-edge-cases.stderr @@ -71,7 +71,7 @@ LL | LL | / extern "C" { LL | | fn foo(); LL | | } - | |_- rustdoc does not generate documentation for extern block + | |_- rustdoc does not generate documentation for extern blocks | = help: use `//` for a plain comment |
