Skip to content

Commit 30cb841

Browse files
taiki-ecramertj
authored andcommitted
Fix link of futures-select-macro documentation
1 parent dfb7210 commit 30cb841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-select-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Taylor Cramer <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang-nursery/futures-rs"
88
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"
9+
documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.13/futures_select_macro"
1010
description = """
1111
The `select!` macro for waiting on multiple different `Future`s at once and handling the first one to complete.
1212
"""

0 commit comments

Comments
 (0)