Skip to content

Commit

Permalink
Update futures-util/src/async_await/select_mod.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
2 people authored and cramertj committed Nov 4, 2019
1 parent 2235b72 commit 78b12eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/src/async_await/select_mod.rs
Expand Up @@ -32,7 +32,7 @@ macro_rules! document_select_macro {
/// It is also gated behind the `async-await` feature of this library, which is
/// _not_ activated by default.
///
/// **Warning**: `select!` relies on `proc-macro-hack`, and may require to set the
/// Note that `select!` relies on `proc-macro-hack`, and may require to set the
/// compiler's recursion limit very high, e.g. `#![recursion_limit="1024"]`.
///
/// # Examples
Expand Down

0 comments on commit 78b12eb

Please sign in to comment.