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
+2 -1
View File
@@ -977,7 +977,8 @@ fn get_lints(&self) -> LintArray {
CAST_LOSSLESS,
UNNECESSARY_CAST,
CAST_PTR_ALIGNMENT,
FN_TO_NUMERIC_CAST
FN_TO_NUMERIC_CAST,
FN_TO_NUMERIC_CAST_WITH_TRUNCATION,
)
}
}