Update docs and tests for #[deriving(Show)].

This commit is contained in:
Huon Wilson 2014-02-06 23:06:56 +11:00
parent 6a8b3ae22f
commit b89afe2af7
7 changed files with 106 additions and 4 deletions

View file

@ -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