diff options
Diffstat (limited to 'src/doc/tutorial.md')
| -rw-r--r-- | src/doc/tutorial.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 6d9aa484167..e6d9cef7a31 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -2619,8 +2619,8 @@ fn main() { } ~~~ -The full list of derivable traits is `PartialEq`, `TotalEq`, `Ord`, -`TotalOrd`, `Encodable`, `Decodable`, `Clone`, +The full list of derivable traits is `PartialEq`, `Eq`, `PartialOrd`, +`Ord`, `Encodable`, `Decodable`, `Clone`, `Hash`, `Rand`, `Default`, `Zero`, `FromPrimitive` and `Show`. # Crates and the module system |
