Skip to content

Commit 1d73555

Browse files
authored
Merge pull request #98 from rust-lang/nrc-patch-1
Fix typo in "async_trait"
2 parents 412b7d8 + 2afebef commit 1d73555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/07_workarounds/06_async_in_traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ somewhat complex, but there are plans to remove this restriction in the
55
future.
66

77
In the meantime, however, this can be worked around using the
8-
[`async_trait` crate from crates.io](https://github.com/dtolnay/async-trait).
8+
[async-trait crate from crates.io](https://github.com/dtolnay/async-trait).
99

1010
Note that using these trait methods will result in a heap allocation
1111
per-function-call. This is not a significant cost for the vast majority

0 commit comments

Comments
 (0)