Skip to content

Commit 3c9ddf2

Browse files
authored
Merge pull request #2694 from rust-lang/sgrif-patch-1
Add a link to the Futures RFC from the async/await RFC
2 parents 287b316 + 15e1496 commit 3c9ddf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2394-async_await.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Add async & await syntaxes to make it more ergonomic to write code manipulating
1010
futures.
1111

12-
This has a companion RFC to add a small futures API to libstd and libcore.
12+
This has [a companion RFC](2592-futures.md) to add a small futures API to libstd and libcore.
1313

1414
# Motivation
1515
[motivation]: #motivation

0 commit comments

Comments
 (0)