]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_lint/src/context.rs
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
[rust.git] / compiler / rustc_lint / src / context.rs
index 3c79020523a9fea2f99e036dc22811c0f2b7c31c..71db58f2d8baee23c59b3fb533da1e065bcd5542 100644 (file)
@@ -772,7 +772,6 @@ fn lookup_with_diagnostics(
                 }
                 BuiltinLintDiagnostics::NamedAsmLabel(help) => {
                     db.help(&help);
-                    db.note("see the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information");
                 }
             }
             // Rewrap `db`, and pass control to the user.