about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAndy Russell <arussell123@gmail.com>2022-06-30 16:17:38 -0400
committerAndy Russell <arussell123@gmail.com>2022-06-30 16:17:38 -0400
commit625122af9f4825f79bae7cbac55acc8fcbcda3eb (patch)
tree6f5a4105956b731884c72e6b187cbac6baf6cfa2 /src
parent7425fb293f510a6f138e82a963a3bc599a5b9e1c (diff)
downloadrust-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.stderr2
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