]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/tutorial.md
auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton
[rust.git] / src / doc / tutorial.md
index 0a417a5a8bf11a40e867bb09ae06903946a17c6a..3c0439b7cd16507a44f8716ae6a79dea3f263989 100644 (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