Skip to content

Commit 4d88c5e

Browse files
committed
Remove call for newsletter volunteer
Already found one!
1 parent 4a07ce9 commit 4d88c5e

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

posts/inside-rust/2022-02-03-async-in-2022.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Async Rust in 2022
4-
author: Tyler Mandry and Niko Matsakis
4+
author: Niko Matsakis and Tyler Mandry
55
description: "The async working group's goals in 2022"
66
team: Async Working Group <https://www.rust-lang.org/governance/teams/wg-async>
77
---
@@ -85,7 +85,7 @@ We've organized the Async working group into a number of distinct initiatives, e
8585

8686
### [Async fundamentals][afi] initiative
8787

88-
Currently focused on supporting `async fn` in traits.
88+
Led by [tmandry], currently focused on supporting `async fn` in traits.
8989

9090
* We have been coordinating and supporting the [generic associated types](https://rust-lang.github.io/generic-associated-types-initiative/) and [impl trait](https://rust-lang.github.io/impl-trait-initiative/) initiatives.
9191
* We have also landed the [static async fn in traits](https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html) RFC and [drafted an RFC for return position impl trait][rpit] (which still needs a few tweaks before it's ready to land).
@@ -136,15 +136,10 @@ You can find the complete set of work that we have planned on our [roadmap page]
136136
[stack-traces]: https://rust-lang.github.io/wg-async/design_docs/async_stack_traces.html
137137
[rpit]: https://github.com/rust-lang/rfcs/pull/3193
138138
[ti]: https://nikomatsakis.github.io/wg-async/vision/deliverables/tooling.html
139+
[tmandry]: https://github.com/tmandry
139140

140141
## Want to help?
141142

142-
:loudspeaker: **We would like to launch a monthly (or bi-monthly) async newsletter**! :loudspeaker: We are looking for volunteers to help in writing and maintaining that effort! If you are someone who likes to stay current with what's going on, contact [tmandry] and/or [nikomatsakis] on Zulip in privmsg or the the [`#wg-async`] stream. Thanks!
143-
144-
[tmandry]: https://github.com/tmandry/
145-
[nikomatsakis]: https://github.com/nikomatsakis/
146-
[`#wg-async`]: https://rust-lang.zulipchat.com/#narrow/stream/187312-wg-async
147-
148-
For further suggestions on how to get involved, check out the [How to help] section of the [polish initiative page][polish]. There is a weekly [polish triage meeting](https://rust-lang.github.io/wg-async/triage.html) which you may also want to attend.
143+
If you're interested in helping out, a good place to start is the [How to help] section of the polish initiative page. There is also a weekly [polish triage meeting](https://rust-lang.github.io/wg-async/triage.html) which you may want to attend.
149144

150145
[How to help]: https://rust-lang.github.io/wg-async/vision/roadmap/polish.html#-how-to-help

0 commit comments

Comments
 (0)