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 f029966 commit 4e6d773Copy full SHA for 4e6d773
ch11/a-rust-futures/src/main.rs
@@ -5,7 +5,7 @@ use crate::http::Http;
5
6
fn main() {
7
let mut executor = runtime::init();
8
- executor.block_on(async_main2());
+ executor.block_on(async_main());
9
}
10
11
async fn async_main() {
0 commit comments