Skip to content

Commit b7c97c2

Browse files
committed
---
yaml --- r: 83726 b: refs/heads/try c: 72490c9 h: refs/heads/master v: v3
1 parent 3a27512 commit b7c97c2

27 files changed

+397
-1637
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0e4d1fc8cae42e15e00f71d9f439b01bb25a86ae
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5-
refs/heads/try: 2733b189ac60cea541fbf80e5839e5027ffc9fbf
5+
refs/heads/try: 72490c9d48050868b81ff4b2e13e43ec4750adb1
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)