Update docs and tests for #[deriving(Show)].
This commit is contained in:
parent
6a8b3ae22f
commit
b89afe2af7
7 changed files with 106 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue