Skip to content

Commit cc95397

Browse files
committed
---
yaml --- r: 14515 b: refs/heads/try c: e65c39c h: refs/heads/master i: 14513: 62fd2a2 14511: 647ee65 v: v3
1 parent 502edf7 commit cc95397

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: bceea8339a87193c25472f22a92dbbaa52ac6ed3
5+
refs/heads/try: e65c39c100e41eea2a1f7da162a904cdfb5cb842
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/libcore/vec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,7 @@ Iterates over vector `v` and, for each element, calls function `f` with the
968968
element's value.
969969
970970
*/
971+
#[inline]
971972
fn iter<T>(v: [const T], f: fn(T)) {
972973
iteri(v) { |_i, v| f(v) }
973974
}

0 commit comments

Comments
 (0)