Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uplazy_static without unsafe? #125
Comments
KodrAus
referenced this issue
Oct 30, 2018
Merged
Fix a soundness hole allowing multiple mutable borrows #124
This comment has been minimized.
This comment has been minimized.
|
Hmm, the problem here is that the macro-generated |
This comment has been minimized.
This comment has been minimized.
|
Alrighty! It should be possible now to use |
KodrAus
closed this
Nov 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
matthiasbeyer commentedSep 27, 2018
Hi,
I'm trying to use
#![forbid(unsafe_code)]but I also want to uselazy_static!()- is there a way?My failling travis job is here