]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/check.stderr
resolve: Fix resolution of empty paths passed from rustdoc
[rust.git] / src / test / rustdoc-ui / check.stderr
index 8c9e70e57fe7b09a68aee20468b181b779d60aed..06e607fbe55fa5728537afd29fb68a47d3a54527 100644 (file)
@@ -43,11 +43,6 @@ LL | |
 LL | | pub fn foo() {}
    | |_______________^
    |
-note: the lint level is defined here
-  --> $DIR/check.rs:8:9
-   |
-LL | #![warn(rustdoc::all)]
-   |         ^^^^^^^^^^^^
    = note: `#[warn(rustdoc::missing_doc_code_examples)]` implied by `#[warn(rustdoc::all)]`
 
 warning: missing code example in this documentation