Skip to content

Commit

Permalink
Remove fixed cast_precision_loss lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 15, 2019
1 parent b54821d commit ed01bdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serde/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed01bdb

Please sign in to comment.