about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2024-09-18 16:32:28 -0300
committerMichael Goulet <michael@errs.io>2024-09-18 17:48:40 -0400
commit41b0e66ec1e3a5ee26ce561d94e1c06fd6e3a955 (patch)
treedf3cb6119101934f68d89765e9e2d863515520f8 /src/doc
parent7af786cba30e84dcc01e3acf9bd5f705fdaec398 (diff)
downloadrust-41b0e66ec1e3a5ee26ce561d94e1c06fd6e3a955.tar.gz
rust-41b0e66ec1e3a5ee26ce561d94e1c06fd6e3a955.zip
Remove chalk is owned by WG-traits
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index 49e7d368618..03d2811e8b1 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -147,8 +147,7 @@ There are a bunch of other projects that you can contribute to outside of the
 `rust-lang/rust` repo, including `cargo`, `miri`, `rustup`, and many others.
 
 These repos might have their own contributing guidelines and procedures. Many
-of them are owned by working groups (e.g. `chalk` is largely owned by
-WG-traits). For more info, see the documentation in those repos' READMEs.
+of them are owned by working groups. For more info, see the documentation in those repos' READMEs.
 
 ### Other ways to contribute