We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb7210 commit 30cb841Copy full SHA for 30cb841
futures-select-macro/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Taylor Cramer <[email protected]>"]
6
license = "MIT OR Apache-2.0"
7
repository = "https://github.com/rust-lang-nursery/futures-rs"
8
homepage = "https://rust-lang-nursery.github.io/futures-rs"
9
-documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.13/futures_select"
+documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.13/futures_select_macro"
10
description = """
11
The `select!` macro for waiting on multiple different `Future`s at once and handling the first one to complete.
12
"""
0 commit comments