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 84d0d4d commit 876c371Copy full SHA for 876c371
posts/2019-11-07-Async-await-stable.md
@@ -51,7 +51,7 @@ new syntax:
51
[JavaScript promises];
52
* the [hyper library][hyper] has [migrated][hyper#1805] to adopt standard Rust futures;
53
* the newly released 0.3.0 version of the [futures-rs library][futures] includes support
54
- async-await;
+ for async-await;
55
* finally, async-await support is starting to become available in higher-level
56
[web frameworks][wf] as well, as well as other interesting applications such
57
as the [`futures_intrusive`](https://docs.rs/futures-intrusive/0.2.0/futures_intrusive/)
0 commit comments