Skip to content

Commit c19108c

Browse files
committed
corrected starting point
1 parent 839055e commit c19108c

File tree

1 file changed

+1
-2
lines changed
  • ch11/b-rust-futures-experiments/src

1 file changed

+1
-2
lines changed

ch11/b-rust-futures-experiments/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ use crate::http::Http;
55

66
fn main() {
77
let mut executor = runtime::init();
8-
9-
executor.block_on(async_main2());
8+
executor.block_on(async_main());
109
}
1110

1211
async fn async_main() {

0 commit comments

Comments
 (0)