Skip to content

Commit ffa3e93

Browse files
Remove reference to nightly Rust for now stabilised feature. (#2420)
1 parent 7465a4f commit ffa3e93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

guide/src/wasm-bindgen-test/asynchronous-tests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ async fn my_async_test() {
2727
## Rust compiler compatibility
2828

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

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

0 commit comments

Comments
 (0)