Skip to content

Commit 009d2ae

Browse files
committed
---
yaml --- r: 82169 b: refs/heads/master c: bf416e7 h: refs/heads/master i: 82167: df211f6 v: v3
1 parent 4ff0852 commit 009d2ae

30 files changed

+1670
-407
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 72490c9d48050868b81ff4b2e13e43ec4750adb1
2+
refs/heads/master: bf416e7daf533fd4eb6f270da3ab965ac7422f05
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/doc/rust.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,6 +1775,7 @@ Supported traits for `deriving` are:
17751775
`obj.to_str()` has similar output as `fmt!("%?", obj)`, but it differs in that
17761776
each constituent field of the type must also implement `ToStr` and will have
17771777
`field.to_str()` invoked to build up the result.
1778+
* `FromPrimitive`, to create an instance from a numeric primitve.
17781779

17791780
### Stability
17801781
One can indicate the stability of an API using the following attributes:

0 commit comments

Comments
 (0)