Skip to content

Commit

Permalink
Remove reference to nightly Rust for now stabilised feature. (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
teymour-aldridge authored Jan 19, 2021
1 parent 7465a4f commit ffa3e93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guide/src/wasm-bindgen-test/asynchronous-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ async fn my_async_test() {
## Rust compiler compatibility

Note that `async` functions are only supported in stable from Rust 1.39.0 and
beyond. As of the time of this writing (2019-09-05) this is the Nightly channel
of Rust.
beyond.

If you're using the `futures` crate from crates.io in its 0.1 version then
you'll want to use the `0.3.*` version of `wasm-bindgen-futures` and the `0.2.8`
Expand Down

0 comments on commit ffa3e93

Please sign in to comment.