diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-06 23:06:56 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-08 13:53:21 +1100 |
| commit | b89afe2af7bdd9b65836b278c6e0322a8f91fb07 (patch) | |
| tree | e1f20a58f236e294304ae9d1bf58a014b85f77a6 /src/doc/tutorial.md | |
| parent | 6a8b3ae22fbf514d6dc920abebe478e95c38e3ad (diff) | |
| download | rust-b89afe2af7bdd9b65836b278c6e0322a8f91fb07.tar.gz rust-b89afe2af7bdd9b65836b278c6e0322a8f91fb07.zip | |
Update docs and tests for #[deriving(Show)].
Diffstat (limited to 'src/doc/tutorial.md')
| -rw-r--r-- | src/doc/tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 5d60b90a8f3..a5426c20619 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -2523,7 +2523,7 @@ enum ABC { A, B, C } The full list of derivable traits is `Eq`, `TotalEq`, `Ord`, `TotalOrd`, `Encodable` `Decodable`, `Clone`, `DeepClone`, -`IterBytes`, `Rand`, `Default`, `Zero`, and `ToStr`. +`IterBytes`, `Rand`, `Default`, `Zero`, `FromPrimitive` and `Show`. # Crates and the module system |
