File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 481267299d1c5a1ddcacf68ce1ce3f3fb48c0cd5
2
+ refs/heads/master: 6413421c8ca1ae9075351613160bfa7cd5184f37
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ operations for working with them.
6
6
7
7
~~~
8
8
let delayed_fib = future::spawn {|| fib(5000) };
9
- make_a_sandwitch ();
9
+ make_a_sandwich ();
10
10
io::println(#fmt(\" fib(5000) = %?\" , delayed_fib.get()))
11
11
~~~
12
12
" ] ;
@@ -171,4 +171,4 @@ fn test_spawn() {
171
171
fn test_futurefail ( ) {
172
172
let f = spawn { || fail } ;
173
173
let _x: str = get ( f) ;
174
- }
174
+ }
You can’t perform that action at this time.
0 commit comments