1
Fork 0

Address review feedback

This commit is contained in:
Amanieu d'Antras 2021-12-11 00:11:26 +00:00
parent 0dcd812de8
commit 1c48025685
6 changed files with 41 additions and 42 deletions

View file

@ -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.