We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3474c07 commit 059e75bCopy full SHA for 059e75b
src/concurrency/async-pitfalls/async-traits.md
@@ -4,7 +4,7 @@ minutes: 5
4
5
# Async Traits
6
7
-Async methods in traits are were stabilized in the 1.75 release. This required
+Async methods in traits were stabilized in the 1.75 release. This required
8
support for using return-position `impl Trait` in traits, as the desugaring for
9
`async fn` includes `-> impl Future<Output = ...>`.
10
0 commit comments