extratest: Fix all leaked trait imports

This commit is contained in:
Alex Crichton 2014-01-06 22:33:50 -08:00
parent bcb1c381a3
commit f47e4b2874
7 changed files with 44 additions and 51 deletions

View file

@ -36,9 +36,10 @@ static RED_ZONE: uint = 20 * 1024;
// irrelevant for documentation purposes.
#[cfg(not(test))] // in testing, use the original libstd's version
pub extern "C" fn rust_stack_exhausted() {
use rt::task::Task;
use option::None;
use rt::local::Local;
use rt::task::Task;
use str::Str;
use unstable::intrinsics;
unsafe {