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 50524e6 commit d5cb78cCopy full SHA for d5cb78c
core/src/ops/coroutine.rs
@@ -29,7 +29,7 @@ pub enum CoroutineState<Y, R> {
29
30
/// The trait implemented by builtin coroutine types.
31
///
32
-/// Coroutines, also commonly referred to as coroutines, are currently an
+/// Coroutines are currently an
33
/// experimental language feature in Rust. Added in [RFC 2033] coroutines are
34
/// currently intended to primarily provide a building block for async/await
35
/// syntax but will likely extend to also providing an ergonomic definition for
0 commit comments