Add bad_asm_style
to HardwiredLints
This commit is contained in:
parent
e9cdcccfa8
commit
e9d3085cb6
1 changed files with 1 additions and 0 deletions
|
@ -2944,6 +2944,7 @@ declare_lint_pass! {
|
||||||
NONTRIVIAL_STRUCTURAL_MATCH,
|
NONTRIVIAL_STRUCTURAL_MATCH,
|
||||||
SOFT_UNSTABLE,
|
SOFT_UNSTABLE,
|
||||||
INLINE_NO_SANITIZE,
|
INLINE_NO_SANITIZE,
|
||||||
|
BAD_ASM_STYLE,
|
||||||
ASM_SUB_REGISTER,
|
ASM_SUB_REGISTER,
|
||||||
UNSAFE_OP_IN_UNSAFE_FN,
|
UNSAFE_OP_IN_UNSAFE_FN,
|
||||||
INCOMPLETE_INCLUDE,
|
INCOMPLETE_INCLUDE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue