Skip to content

Commit 9ef3cc8

Browse files
committed
Fix link to generators in The Unstable Rust Book
1 parent 99c2727 commit 9ef3cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,4 +394,4 @@ the developer having to write a full-blown class each time.
394394
_[Generators][generators.rs]_, as they're called in Rust, are still considered
395395
an unstable feature at the time of this writing.
396396

397-
[generators.rs]: https://doc.rust-lang.org/beta/unstable-book/language-features/generators.html
397+
[generators.rs]: https://doc.rust-lang.org/stable/unstable-book/language-features/generators.html

0 commit comments

Comments
 (0)