We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839055e commit c19108cCopy full SHA for c19108c
ch11/b-rust-futures-experiments/src/main.rs
@@ -5,8 +5,7 @@ use crate::http::Http;
5
6
fn main() {
7
let mut executor = runtime::init();
8
-
9
- executor.block_on(async_main2());
+ executor.block_on(async_main());
10
}
11
12
async fn async_main() {
0 commit comments