Skip to content

Commit 4ff0852

Browse files
committed
---
yaml --- r: 82168 b: refs/heads/master c: 72490c9 h: refs/heads/master v: v3
1 parent df211f6 commit 4ff0852

27 files changed

+397
-1637
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: 2733b189ac60cea541fbf80e5839e5027ffc9fbf
2+
refs/heads/master: 72490c9d48050868b81ff4b2e13e43ec4750adb1
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/doc/rust.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1775,7 +1775,6 @@ 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.
17791778

17801779
### Stability
17811780
One can indicate the stability of an API using the following attributes:

0 commit comments

Comments
 (0)