We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d60108 commit 51cc665Copy full SHA for 51cc665
library/core/src/ops/generator.rs
@@ -61,9 +61,10 @@ pub enum GeneratorState<Y, R> {
61
/// }
62
/// ```
63
///
64
-/// More documentation of generators can be found in the unstable book.
+/// More documentation of generators can be found in the [unstable book].
65
66
/// [RFC 2033]: https://github.com/rust-lang/rfcs/pull/2033
67
+/// [unstable book]: ../../unstable-book/language-features/generators.html
68
#[lang = "generator"]
69
#[unstable(feature = "generator_trait", issue = "43122")]
70
#[fundamental]
0 commit comments