Auto merge of #84068 - Amanieu:fix_lint, r=lcnr

Add `bad_asm_style` to  HardwiredLints

This was missed when the lint was added, which prevents the lint from being ignored with `#[allow]`.
This commit is contained in:
bors 2021-04-12 10:49:39 +00:00
commit c18c0ad2bc
4 changed files with 16 additions and 12 deletions

View file

@ -2944,6 +2944,7 @@ declare_lint_pass! {
NONTRIVIAL_STRUCTURAL_MATCH,
SOFT_UNSTABLE,
INLINE_NO_SANITIZE,
BAD_ASM_STYLE,
ASM_SUB_REGISTER,
UNSAFE_OP_IN_UNSAFE_FN,
INCOMPLETE_INCLUDE,