Skip to content

Commit 78b12eb

Browse files
rubdostaiki-e
authored andcommitted
Update futures-util/src/async_await/select_mod.rs
Co-Authored-By: Taiki Endo <[email protected]>
1 parent 2235b72 commit 78b12eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/src/async_await/select_mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ macro_rules! document_select_macro {
3232
/// It is also gated behind the `async-await` feature of this library, which is
3333
/// _not_ activated by default.
3434
///
35-
/// **Warning**: `select!` relies on `proc-macro-hack`, and may require to set the
35+
/// Note that `select!` relies on `proc-macro-hack`, and may require to set the
3636
/// compiler's recursion limit very high, e.g. `#![recursion_limit="1024"]`.
3737
///
3838
/// # Examples

0 commit comments

Comments
 (0)