From: bors Date: Mon, 18 Feb 2019 20:05:54 +0000 (+0000) Subject: Auto merge of #3783 - Enet4:patch-1, r=Manishearth X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2139fbdbe13dd97f44526b0834a8745c5319a8bd;p=rust.git Auto merge of #3783 - Enet4:patch-1, r=Manishearth Update why transmute_int_to_float is bad As suggested in #3550, this PR changes the reason why using `transmute` from an integer to a float is not recommended. Effectively, `from_bits` uses `transmute` underneath, but the former is preferred. --- 2139fbdbe13dd97f44526b0834a8745c5319a8bd