Fix fn_to_numeric_cast_with_truncation suppression

Fixes #3276
This commit is contained in:
Michael Wright 2018-10-11 07:45:26 +02:00
parent f6882ede4d
commit 80cf0d7f26

View file

@ -977,7 +977,8 @@ impl LintPass for CastPass {
CAST_LOSSLESS,
UNNECESSARY_CAST,
CAST_PTR_ALIGNMENT,
FN_TO_NUMERIC_CAST
FN_TO_NUMERIC_CAST,
FN_TO_NUMERIC_CAST_WITH_TRUNCATION,
)
}
}