Removed DeepClone. Issue #12698.
This commit is contained in:
parent
96e8c00e95
commit
438893b36f
28 changed files with 36 additions and 367 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue