From ed01bdb9dd39bef1656e6e9b9ba2aef75a272d23 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Jun 2019 10:13:05 -0700 Subject: [PATCH] Remove fixed cast_precision_loss lint --- serde/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/serde/src/lib.rs b/serde/src/lib.rs index f41514ef..9eef8d3b 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -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,