1
Fork 0

Fix lint capitalization and ignoring, test with include_str

This commit is contained in:
asquared31415 2021-07-22 19:26:16 -04:00
parent 8e7bbc9e9d
commit 1ae19b69e8
7 changed files with 148 additions and 104 deletions

View file

@ -2990,6 +2990,7 @@ declare_lint_pass! {
INLINE_NO_SANITIZE,
BAD_ASM_STYLE,
ASM_SUB_REGISTER,
NAMED_ASM_LABELS,
UNSAFE_OP_IN_UNSAFE_FN,
INCOMPLETE_INCLUDE,
CENUM_IMPL_DROP_CAST,