auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton

This commit is contained in:
bors
2014-03-20 15:01:47 -07:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2538,7 +2538,7 @@ enum ABC { A, B, C }
~~~
The full list of derivable traits is `Eq`, `TotalEq`, `Ord`,
`TotalOrd`, `Encodable` `Decodable`, `Clone`, `DeepClone`,
`TotalOrd`, `Encodable` `Decodable`, `Clone`,
`Hash`, `Rand`, `Default`, `Zero`, `FromPrimitive` and `Show`.
# Crates and the module system