diff options
| author | bors <bors@rust-lang.org> | 2013-05-16 06:58:52 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-16 06:58:52 -0700 |
| commit | 53196bb364426fb2b8db16f6748836779cd031c7 (patch) | |
| tree | f41ac73b63fe90b628884b5f919fbf4841c3f3a0 /doc/tutorial.md | |
| parent | f19883223cbf72ec28b503cae71f823fc2229708 (diff) | |
| parent | 47c9157d872fed7a7ef422efe7176f8a29b949d8 (diff) | |
| download | rust-53196bb364426fb2b8db16f6748836779cd031c7.tar.gz rust-53196bb364426fb2b8db16f6748836779cd031c7.zip | |
auto merge of #6530 : huonw/rust/deriving-deepclone, r=bstrie
Diffstat (limited to 'doc/tutorial.md')
| -rw-r--r-- | doc/tutorial.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md index 7ee78d622f3..a01423d3fd3 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -2308,8 +2308,8 @@ enum ABC { A, B, C } ~~~ The full list of derivable traits is `Eq`, `TotalEq`, `Ord`, -`TotalOrd`, `Encodable` `Decodable`, `Clone`, `IterBytes`, `Rand` and -`ToStr`. +`TotalOrd`, `Encodable` `Decodable`, `Clone`, `DeepClone`, +`IterBytes`, `Rand` and `ToStr`. # Modules and crates |
