Skip to content

Commit 3bae0e8

Browse files
0xPoetaiki-e
authored andcommitted
Update select outdated docs
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent 96c2fc4 commit 3bae0e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

futures-util/src/async_await/select_mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ macro_rules! document_select_macro {
3131
///
3232
/// Note that `select!` relies on `proc-macro-hack`, and may require to set the
3333
/// compiler's recursion limit very high, e.g. `#![recursion_limit="1024"]`.
34+
/// If you're using Rust 1.45+, you won't have the problem.
3435
///
3536
/// # Examples
3637
///

0 commit comments

Comments
 (0)