about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/doc-without-codeblock.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-ui/doc-without-codeblock.stderr')
-rw-r--r--src/test/rustdoc-ui/doc-without-codeblock.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-ui/doc-without-codeblock.stderr b/src/test/rustdoc-ui/doc-without-codeblock.stderr
index bf65fcf19a0..f2b2328322a 100644
--- a/src/test/rustdoc-ui/doc-without-codeblock.stderr
+++ b/src/test/rustdoc-ui/doc-without-codeblock.stderr
@@ -10,7 +10,7 @@ LL | |     pub fn bar() {}
 LL | | }
    | |_^
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/doc-without-codeblock.rs:1:9
    |
 LL | #![deny(missing_doc_code_examples)]