This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/doc/unstable-book/src/language-features Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pub enum CoroutineState<Y, R> {
2929
3030/// The trait implemented by builtin coroutine types.
3131///
32- /// Coroutines, also commonly referred to as coroutines, are currently an
32+ /// Coroutines are currently an
3333/// experimental language feature in Rust. Added in [RFC 2033] coroutines are
3434/// currently intended to primarily provide a building block for async/await
3535/// syntax but will likely extend to also providing an ergonomic definition for
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Coroutines are an extra-unstable feature in the compiler right now. Added in
1818[ RFC 2033] they're mostly intended right now as a information/constraint
1919gathering phase. The intent is that experimentation can happen on the nightly
2020compiler before actual stabilization. A further RFC will be required to
21- stabilize coroutines/coroutines and will likely contain at least a few small
21+ stabilize coroutines and will likely contain at least a few small
2222tweaks to the overall design.
2323
2424[ RFC 2033 ] : https://github.com/rust-lang/rfcs/pull/2033
You can’t perform that action at this time.
0 commit comments