]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/check-fail.stderr
rustdoc: Early doc link resolution fixes and refactorings
[rust.git] / src / test / rustdoc-ui / check-fail.stderr
index 2758c5490a3d8229bb0706aa6ced678ee991871b..5d46dc720140973a978a02fe618256e559d766df 100644 (file)
@@ -32,11 +32,6 @@ LL | | //! let x = 12;
 LL | | //! ```
    | |_______^
    |
-note: the lint level is defined here
-  --> $DIR/check-fail.rs:4:9
-   |
-LL | #![deny(rustdoc::all)]
-   |         ^^^^^^^^^^^^
    = note: `#[deny(rustdoc::invalid_codeblock_attributes)]` implied by `#[deny(rustdoc::all)]`
    = help: the code block will either not be tested if not marked as a rust one or the code will be wrapped inside a main function