-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
std: Remove #[allow] directives in sys modules #23245
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
⌛ Testing commit 2dbf199 with merge c4c308b... |
💔 Test failed - auto-mac-32-opt |
2dbf199
to
b96ecbf
Compare
@bors: r=aturon |
⌛ Testing commit b96ecbf with merge a190f0d... |
💔 Test failed - auto-mac-32-opt |
This reverts commit aec67c2. Closes rust-lang#20012 This is temporarily rebased on rust-lang#23245 as it would otherwise conflict, the last commit is the only one relevant to this PR though.
|
b96ecbf
to
7ccd8bc
Compare
@bors: r=aturon 7ccd8bc |
Might have caused this?
http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4049/steps/compile/logs/stdio |
⌛ Testing commit 7ccd8bc with merge 38d442c... |
💔 Test failed - auto-linux-64-x-android-t |
|
These were suppressing lots of interesting warnings! Turns out there was also quite a bit of dead code.
7ccd8bc
to
c933d44
Compare
These were suppressing lots of interesting warnings! Turns out there was also quite a bit of dead code.
These were suppressing lots of interesting warnings! Turns out there was also
quite a bit of dead code.