We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5306d commit 1f48014Copy full SHA for 1f48014
src/vision/roadmap/polish.md
@@ -25,13 +25,14 @@
25
| Lint: [Large copies], large generators | 💤 | |
26
| ↳ [Lang team] initiative proposal | 💤 | |
27
| ↳ Implementation | 💤 | |
28
-| Lint: [Live over yield] | 💤 | |
29
-| ↳ Landed the RFC | 💤 | |
+| Lint: [Must not suspend] | 💤 | |
+| ↳ Landed the [RFC] | 💤 | |
30
| Lint: [Blocking in async context] | 💤 | |
31
32
33
[eholk]: https://github.com/eholk/
34
[Lang team]: https://www.rust-lang.org/governance/teams/lang
35
[Blocking in async context]: ./polish/lint_blocking_fns.md
36
[Large copies]: ./polish/lint_large_copies.md
37
-[Live over yield]: ./polish/lint_must_not_suspend.md
+[Must not suspend]: ./polish/lint_must_not_suspend.md
38
+[RFC]: https://rust-lang.github.io/rfcs/3014-must-not-suspend-lint.html
0 commit comments