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:
commit
c18c0ad2bc
4 changed files with 16 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue