remove Any[Mut]RefExt traits in favor of impl Any

This commit is contained in:
Jorge Aparicio
2015-01-01 01:13:08 -05:00
parent c6c786671d
commit 5172b8046a
8 changed files with 12 additions and 35 deletions

View File

@@ -12,7 +12,7 @@
#![stable]
use core::any::{Any, AnyRefExt};
use core::any::Any;
use core::clone::Clone;
use core::cmp::{PartialEq, PartialOrd, Eq, Ord, Ordering};
use core::default::Default;