about summary refs log tree commit diff
path: root/compiler/rustc_lint/src
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2021-12-11 00:11:26 +0000
committerAmanieu d'Antras <amanieu@gmail.com>2021-12-12 11:26:59 +0000
commit1c48025685cb64ecdf637f4aed3a870d6fe2cd1a (patch)
tree721c6e13c0cf3ea66a8d23bfa9a87eab309b0336 /compiler/rustc_lint/src
parent0dcd812de849fd0be56da98726a11773b9f72bf2 (diff)
downloadrust-1c48025685cb64ecdf637f4aed3a870d6fe2cd1a.tar.gz
rust-1c48025685cb64ecdf637f4aed3a870d6fe2cd1a.zip
Address review feedback
Diffstat (limited to 'compiler/rustc_lint/src')
-rw-r--r--compiler/rustc_lint/src/context.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/context.rs b/compiler/rustc_lint/src/context.rs
index 800b6d4a79d..71db58f2d8b 100644
--- a/compiler/rustc_lint/src/context.rs
+++ b/compiler/rustc_lint/src/context.rs
@@ -772,7 +772,6 @@ pub trait LintContext: Sized {
                 }
                 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.