Skip to content

Commit 4dc613e

Browse files
committed
---
yaml --- r: 83655 b: refs/heads/try c: c44826f h: refs/heads/master i: 83653: c13d857 83651: 9c7fb6f 83647: 9a222cd v: v3
1 parent 72d913d commit 4dc613e

31 files changed

+350
-935
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: 01be9e9904be9c3c492fa0718a9f4677ea02b8f6
5+
refs/heads/try: c44826fdcd036982b955407677c5ec4ce1f834ce
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)