deny clippy::fn_to_numeric_cast{,_with_truncation}

reviewable/pr1352/r5
Tamir Duberstein 3 weeks ago
parent fa03dbdb46
commit be4d74fd06
No known key found for this signature in database

@ -42,6 +42,8 @@
clippy::cast_lossless,
clippy::cast_precision_loss,
clippy::char_lit_as_u8,
clippy::fn_to_numeric_cast,
clippy::fn_to_numeric_cast_with_truncation,
clippy::use_self,
absolute_paths_not_starting_with_crate,
deprecated_in_future,

Loading…
Cancel
Save