Remove fixed cast_precision_loss lint

This commit is contained in:
David Tolnay 2019-06-15 10:13:05 -07:00
parent b54821d8ab
commit ed01bdb9dd
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -96,7 +96,6 @@
// integer and float ser/de requires these sorts of casts
cast_possible_truncation,
cast_possible_wrap,
cast_precision_loss,
cast_sign_loss,
// things are often more readable this way
cast_lossless,