diff options
| author | Matt Ickstadt <mattico8@gmail.com> | 2017-08-29 22:27:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-29 22:27:50 -0500 |
| commit | 6f7594d50679c2513d2daf2c75b38e1a4fc20823 (patch) | |
| tree | 94870d8b6a7ac3946cbb819aea6a720c64f8e0ba | |
| parent | 09ea6b7a82d16e490ad98faed0f746cf19589108 (diff) | |
Fix link in unstable book entry for Generators
| -rw-r--r-- | src/doc/unstable-book/src/language-features/generators.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/generators.md b/src/doc/unstable-book/src/language-features/generators.md index 3b7b77e2c3e..7a559a7bec8 100644 --- a/src/doc/unstable-book/src/language-features/generators.md +++ b/src/doc/unstable-book/src/language-features/generators.md @@ -2,7 +2,7 @@ The tracking issue for this feature is: [#43122] -[#34511]: https://github.com/rust-lang/rust/issues/43122 +[#43122]: https://github.com/rust-lang/rust/issues/43122 ------------------------ |
