Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27) #9093

Merged
merged 6 commits into from Jan 15, 2016

Remove deny_unsafe, due to introduction of unsafe code in thread_loca…

…l expansion
  • Loading branch information
larsbergstrom committed Jan 15, 2016
commit 8a0175c04103738427540579014aa4f26f313bf6
@@ -14,8 +14,6 @@
#![plugin(serde_macros)]
#![plugin(plugins)]

#![deny(unsafe_code)]

extern crate app_units;
#[macro_use]
extern crate bitflags;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.