@@ -171,7 +171,7 @@ through open discussion and consensus, under the stewardship of various
171
171
development process, overseeing the introduction of new features, and ultimately
172
172
making decisions for which there is no consensus (this happens rarely).
173
173
174
- * The [ Language Design Team] [ language_team ] is responsible for the
174
+ * The [ Language Team] [ language_team ] is responsible for the
175
175
design of new language features.
176
176
177
177
* The [ Library Team] [ library_team ] is responsible for the Rust standard
@@ -180,15 +180,13 @@ library, rust-lang crates, and conventions.
180
180
* The [ Compiler Team] [ compiler_team ] is responsible for compiler internals and
181
181
optimizations.
182
182
183
- * The [ Tools Team ] [ tool_team ] is responsible for official tools like [ Cargo ] ,
184
- [ rustup ] , and [ rustfmt ] .
183
+ * The [ Dev tools team ] [ dev_tools_team ] is responsible for setting the overall
184
+ direction of tools for working with Rust code .
185
185
186
- * The [ Infrastructure Team] [ infra_team ] is responsible for tools that support
187
- the project itself: CI, release generation, bots, and metrics.
186
+ * The [ Cargo team] [ cargo_team ] is responsible for the design and implementation of Cargo.
188
187
189
- [ Cargo ] : https://crates.io
190
- [ rustup ] : https://www.rustup.rs
191
- [ rustfmt ] : https://github.com/rust-lang-nursery/rustfmt
188
+ * The [ Infrastructure Team] [ infra_team ] is responsible for infrastructure that supports
189
+ the project itself: CI, release generation, bots, and metrics.
192
190
193
191
* The [ Community Team] [ community_team ] is responsible for coordinating events,
194
192
outreach, commercial users, teaching materials, and exposure. They can also
@@ -212,7 +210,8 @@ help get you started.
212
210
[ language_team ] : team.html#Language-design-team
213
211
[ library_team ] : team.html#Library-team
214
212
[ compiler_team ] : team.html#Compiler-team
215
- [ tool_team ] : team.html#Tools-team
213
+ [ dev_tools_team ] : team.html#Dev-tools-team
214
+ [ cargo_team ] : team.html#Cargo-team
216
215
[ community_team ] : team.html#Community-team
217
216
[ mod_team ] : team.html#Moderation-team
218
217
[ doc_team ] : team.html#Documentation-team
0 commit comments