Fix fallout of removing import_shadowing in tests.

This commit is contained in:
Eduard Burtescu
2014-12-19 14:02:22 +02:00
parent f95e0c21aa
commit b45d30da34
33 changed files with 97 additions and 116 deletions

View File

@@ -428,13 +428,11 @@ impl<T: Send> Drop for JoinGuard<T> {
#[cfg(test)]
mod test {
use prelude::*;
use any::{Any, AnyRefExt};
use boxed::BoxAny;
use prelude::*;
use result::Result::{Ok, Err};
use result;
use std::io::{ChanReader, ChanWriter};
use string::String;
use thunk::Thunk;
use super::{Thread, Builder};