Skip to content

Commit 60274fe

Browse files
committed
---
yaml --- r: 39935 b: refs/heads/dist-snap c: c2fd04f h: refs/heads/master i: 39933: 4d41c4b 39931: 2c0b678 39927: 4f42481 39919: 3520de8 39903: 1682710 39871: e7821ea 39807: 594ad2b 39679: aa56c4c 39423: 1928368 38911: 76903b0 v: v3
1 parent b6954f9 commit 60274fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278
99
refs/heads/incoming: e90142e536c150df0d9b4b2f11352152177509b5
10-
refs/heads/dist-snap: a8e1d83103cdaa8391e99c8ecaff0f68b8c0ff9e
10+
refs/heads/dist-snap: c2fd04f66a1bad48333f53bbced4bba65915d637
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1313
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2620,7 +2620,7 @@ fn map<A: Copy, B: Copy>(f: fn(A) -> B, xs: ~[A]) -> ~[B] {
26202620
Here, `first` has type `B`, referring to `map`'s `B` type parameter; and `rest` has
26212621
type `~[B]`, a vector type with element type `B`.
26222622

2623-
### Self type
2623+
### Self types
26242624

26252625
The special type `self` has a meaning within methods inside an
26262626
impl item. It refers to the type of the implicit `self` argument. For

0 commit comments

Comments
 (0)