add unsupported_calling_conventions to lint list

This commit is contained in:
Ralf Jung 2025-08-01 09:47:47 +02:00
parent 6c02dd4eae
commit 0cc4be268e

View file

@ -125,6 +125,7 @@ declare_lint_pass! {
UNSAFE_OP_IN_UNSAFE_FN,
UNSTABLE_NAME_COLLISIONS,
UNSTABLE_SYNTAX_PRE_EXPANSION,
UNSUPPORTED_CALLING_CONVENTIONS,
UNUSED_ASSIGNMENTS,
UNUSED_ASSOCIATED_TYPE_BOUNDS,
UNUSED_ATTRIBUTES,