]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #50995 - fbstj:patch-1, r=cramertj
authorkennytm <kennytm@gmail.com>
Thu, 24 May 2018 08:02:46 +0000 (16:02 +0800)
committerkennytm <kennytm@gmail.com>
Thu, 24 May 2018 09:34:54 +0000 (17:34 +0800)
move type out of unsafe block

from https://github.com/rust-lang/rust/pull/50863#discussion_r190213000

move the union definition outside of the unsafe block as it's definition is not unsafe


Trivial merge