std: Remove #[allow] directives in sys modules

These were suppressing lots of interesting warnings! Turns out there was also
quite a bit of dead code.
This commit is contained in:
Alex Crichton
2015-03-09 20:04:35 -07:00
parent 206ee0e853
commit c933d44f7b
35 changed files with 86 additions and 176 deletions

View File

@@ -37,7 +37,6 @@ impl Drop for Handler {
target_os = "bitrig",
target_os = "openbsd"))]
mod imp {
use core::prelude::*;
use sys_common::stack;
use super::Handler;