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