Skip to content

Commit 53b06ae

Browse files
committed
---
yaml --- r: 7890 b: refs/heads/snap-stage3 c: 5b2c0a9 h: refs/heads/master v: v3
1 parent 450c45b commit 53b06ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: f98210db074595c726f8a2913149cb536a893de3
4+
refs/heads/snap-stage3: 5b2c0a999fd9d0a92c82f2615a00cd13ced7a077
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/libstd/map.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ iface map<K: copy, V: copy> {
9595
Iterate over all the keys in the map
9696
*/
9797
fn keys(fn(K));
98+
9899
/*
99100
Iterate over all the values in the map
100101
*/
@@ -631,4 +632,4 @@ mod tests {
631632
map.insert(key, "val");
632633
assert (option::get(map.find(key)) == "val");
633634
}
634-
}
635+
}

0 commit comments

Comments
 (0)