mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user