This repository was archived by the owner on Jul 6, 2019. It is now read-only.
This repository was archived by the owner on Jul 6, 2019. It is now read-only.
Comply with unsafe rule for extern statics #403
Open
Description
We'll need to comply with the new safe_extern_statics
lint. It's currently set to warn
by default, but that's going to change.
Upstream issue in rust: rust-lang/rust#35112