File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
branches/snap-stage3/src/libstd Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: f98210db074595c726f8a2913149cb536a893de3
4
+ refs/heads/snap-stage3: 5b2c0a999fd9d0a92c82f2615a00cd13ced7a077
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ iface map<K: copy, V: copy> {
95
95
Iterate over all the keys in the map
96
96
*/
97
97
fn keys ( fn ( K ) ) ;
98
+
98
99
/*
99
100
Iterate over all the values in the map
100
101
*/
@@ -631,4 +632,4 @@ mod tests {
631
632
map. insert ( key, "val" ) ;
632
633
assert ( option:: get ( map. find ( key) ) == "val" ) ;
633
634
}
634
- }
635
+ }
You can’t perform that action at this time.
0 commit comments