remove Any[Mut]RefExt traits in favor of impl Any
This commit is contained in:
@@ -442,7 +442,7 @@ impl<T: Send> Drop for JoinGuard<T> {
|
||||
mod test {
|
||||
use prelude::v1::*;
|
||||
|
||||
use any::{Any, AnyRefExt};
|
||||
use any::Any;
|
||||
use sync::mpsc::{channel, Sender};
|
||||
use boxed::BoxAny;
|
||||
use result;
|
||||
|
||||
Reference in New Issue
Block a user