1
Fork 0

Removed DeepClone. Issue #12698.

This commit is contained in:
Michael Darakananda 2014-03-05 01:19:14 -05:00
parent 96e8c00e95
commit 438893b36f
28 changed files with 36 additions and 367 deletions

View file

@ -38,7 +38,7 @@ pub use mem::drop;
pub use ascii::{Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes};
pub use c_str::ToCStr;
pub use char::Char;
pub use clone::{Clone, DeepClone};
pub use clone::Clone;
pub use cmp::{Eq, Ord, TotalEq, TotalOrd, Ordering, Less, Equal, Greater, Equiv};
pub use container::{Container, Mutable, Map, MutableMap, Set, MutableSet};
pub use iter::{FromIterator, Extendable};