X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc-ui%2Fdoc-without-codeblock.stderr;h=f2b2328322a7b9ddc2b3f75eca3366114f356067;hb=3f7ed88fdc99e7b8e6a112df7b63d5caf81bb6c0;hp=bf65fcf19a0d6e56ab140df534b3297917730aeb;hpb=71f20b89ef71ab5abee867782247d82814e1be04;p=rust.git 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)]