Skip to content

Commit

Permalink
Update 03_state_of_async_rust.md
Browse files Browse the repository at this point in the history
Update regarding to new stabialized future (https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html)
  • Loading branch information
Denys-Bushulyak authored Mar 15, 2024
1 parent ed022fc commit 86cf3f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/01_getting_started/03_state_of_async_rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ language features and library support:
details.

Some language features you may be used to from synchronous Rust are not yet
available in async Rust. Notably, Rust does not let you declare async
functions in traits. Instead, you need to use workarounds to achieve the same
result, which can be more verbose.
available in async Rust.

## Compiling and debugging

Expand Down

0 comments on commit 86cf3f7

Please sign in to comment.